Searched refs:ConstructLoc (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 15441 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 15479 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, in BuildCXXConstructExpr() 15488 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 15500 Constructor = findInheritingConstructor(ConstructLoc, Constructor, Shadow); in BuildCXXConstructExpr() 15501 if (DiagnoseUseOfDecl(Constructor, ConstructLoc)) in BuildCXXConstructExpr() 15506 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr() 15514 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 15528 MarkFunctionReferenced(ConstructLoc, Constructor); in BuildCXXConstructExpr() 15529 if (getLangOpts().CUDA && !CheckCUDACall(ConstructLoc, Constructor)) in BuildCXXConstructExpr() 15532 !checkSYCLDeviceFunction(ConstructLoc, Constructor)) in BuildCXXConstructExpr() [all …]
|
| H A D | SemaOpenMP.cpp | 167 SourceLocation ConstructLoc; member 219 ConstructLoc(Loc) {} in SharingMapTy() 970 return Top ? Top->ConstructLoc : SourceLocation(); in getConstructLoc() 1765 IterTarget->ConstructLoc); in getTopDSA() 1964 if (DPred(I->Directive, I->DirectiveName, I->ConstructLoc)) in hasDirective()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 6073 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 6084 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 6095 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType,
|