Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp15046 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument
15075 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, in BuildCXXConstructExpr()
15084 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument
15096 Constructor = findInheritingConstructor(ConstructLoc, Constructor, Shadow); in BuildCXXConstructExpr()
15097 if (DiagnoseUseOfDecl(Constructor, ConstructLoc)) in BuildCXXConstructExpr()
15102 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr()
15110 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument
15124 MarkFunctionReferenced(ConstructLoc, Constructor); in BuildCXXConstructExpr()
15125 if (getLangOpts().CUDA && !CheckCUDACall(ConstructLoc, Constructor)) in BuildCXXConstructExpr()
15128 !checkSYCLDeviceFunction(ConstructLoc, Constructor)) in BuildCXXConstructExpr()
[all …]
H A DSemaOpenMP.cpp164 SourceLocation ConstructLoc; member
199 ConstructLoc(Loc) {} in SharingMapTy()
926 return Top ? Top->ConstructLoc : SourceLocation(); in getConstructLoc()
1667 IterTarget->ConstructLoc); in getTopDSA()
1864 if (DPred(I->Directive, I->DirectiveName, I->ConstructLoc)) in hasDirective()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h5729 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType,
5740 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType,
5751 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType,