Home
last modified time | relevance | path

Searched refs:PrivateTy (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp17022 QualType PrivateTy = Type; in actOnOMPReductionKindClause() local
17036 PrivateTy = Context.getConstantArrayType(PrivateTy, Size, nullptr, in actOnOMPReductionKindClause()
17060 PrivateTy = Context.getVariableArrayType( in actOnOMPReductionKindClause()
17067 PrivateTy = D->getType().getNonReferenceType(); in actOnOMPReductionKindClause()
17071 buildVarDecl(S, ELoc, PrivateTy, D->getName(), in actOnOMPReductionKindClause()
17213 DeclRefExpr *PrivateDRE = buildDeclRefExpr(S, PrivateVD, PrivateTy, ELoc); in actOnOMPReductionKindClause()
17294 buildVarDecl(S, ELoc, PrivateTy, D->getName(), in actOnOMPReductionKindClause()
17298 TempArrayRes = buildDeclRefExpr(S, TempArrayVD, PrivateTy, ELoc); in actOnOMPReductionKindClause()
17304 S.Context.getVariableArrayType(PrivateTy, Dim, ArrayType::Normal, in actOnOMPReductionKindClause()