Searched refs:PrivateTy (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 19191 QualType PrivateTy = Type; in actOnOMPReductionKindClause() local 19205 PrivateTy = Context.getConstantArrayType(PrivateTy, Size, nullptr, in actOnOMPReductionKindClause() 19229 PrivateTy = Context.getVariableArrayType( in actOnOMPReductionKindClause() 19236 PrivateTy = D->getType().getNonReferenceType(); in actOnOMPReductionKindClause() 19240 buildVarDecl(S, ELoc, PrivateTy, D->getName(), in actOnOMPReductionKindClause() 19381 DeclRefExpr *PrivateDRE = buildDeclRefExpr(S, PrivateVD, PrivateTy, ELoc); in actOnOMPReductionKindClause() 19462 buildVarDecl(S, ELoc, PrivateTy, D->getName(), in actOnOMPReductionKindClause() 19466 TempArrayRes = buildDeclRefExpr(S, TempArrayVD, PrivateTy, ELoc); in actOnOMPReductionKindClause() 19472 PrivateTy, Dim, ArraySizeModifier::Normal, in actOnOMPReductionKindClause()
|