Searched refs:ConstructLoc (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 15242 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 15280 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, in BuildCXXConstructExpr() 15289 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 15301 Constructor = findInheritingConstructor(ConstructLoc, Constructor, Shadow); in BuildCXXConstructExpr() 15302 if (DiagnoseUseOfDecl(Constructor, ConstructLoc)) in BuildCXXConstructExpr() 15307 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr() 15315 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 15329 MarkFunctionReferenced(ConstructLoc, Constructor); in BuildCXXConstructExpr() 15330 if (getLangOpts().CUDA && !CheckCUDACall(ConstructLoc, Constructor)) in BuildCXXConstructExpr() 15333 !checkSYCLDeviceFunction(ConstructLoc, Constructor)) in BuildCXXConstructExpr() [all …]
|
| H A D | SemaOpenMP.cpp | 164 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()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5790 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 5801 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, 5812 BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType,
|