Searched refs:ConstructLoc (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 16035 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, in BuildCXXConstructExpr() argument 16068 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, in BuildCXXConstructExpr() 16077 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, in BuildCXXConstructExpr() argument 16083 Constructor = findInheritingConstructor(ConstructLoc, Constructor, Shadow); in BuildCXXConstructExpr() 16087 if (DiagnoseUseOfOverloadedDecl(Constructor, ConstructLoc)) in BuildCXXConstructExpr() 16092 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr() 16100 SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 16109 MarkFunctionReferenced(ConstructLoc, Constructor); in BuildCXXConstructExpr() 16110 if (getLangOpts().CUDA && !CheckCUDACall(ConstructLoc, Constructor)) in BuildCXXConstructExpr() 16115 Context, DeclInitType, ConstructLoc, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr()
|
| H A D | SemaOpenMP.cpp | 173 SourceLocation ConstructLoc; member 227 ConstructLoc(Loc) {} in SharingMapTy() 1007 return Top ? Top->ConstructLoc : SourceLocation(); in getConstructLoc() 1816 IterTarget->ConstructLoc); in getTopDSA() 2015 if (DPred(I->Directive, I->DirectiveName, I->ConstructLoc)) in hasDirective()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6378 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, 6387 SourceLocation ConstructLoc, QualType DeclInitType, 6396 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl,
|