Searched refs:ConstructLoc (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 15564 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 15602 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, in BuildCXXConstructExpr() 15611 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 15623 Constructor = findInheritingConstructor(ConstructLoc, Constructor, Shadow); in BuildCXXConstructExpr() 15627 if (DiagnoseUseOfOverloadedDecl(Constructor, ConstructLoc)) in BuildCXXConstructExpr() 15632 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr() 15640 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 15654 MarkFunctionReferenced(ConstructLoc, Constructor); in BuildCXXConstructExpr() 15655 if (getLangOpts().CUDA && !CheckCUDACall(ConstructLoc, Constructor)) in BuildCXXConstructExpr() 15658 !checkSYCLDeviceFunction(ConstructLoc, Constructor)) in BuildCXXConstructExpr() [all …]
|
| H A D | SemaOpenMP.cpp | 168 SourceLocation ConstructLoc; member 222 ConstructLoc(Loc) {} in SharingMapTy() 984 return Top ? Top->ConstructLoc : SourceLocation(); in getConstructLoc() 1796 IterTarget->ConstructLoc); in getTopDSA() 1995 if (DPred(I->Directive, I->DirectiveName, I->ConstructLoc)) in hasDirective()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 6225 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 6236 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 6247 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType,
|