Searched refs:ConstructLoc (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 16206 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, in BuildCXXConstructExpr() argument 16239 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, in BuildCXXConstructExpr() 16248 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, in BuildCXXConstructExpr() argument 16254 Constructor = findInheritingConstructor(ConstructLoc, Constructor, Shadow); in BuildCXXConstructExpr() 16258 if (DiagnoseUseOfOverloadedDecl(Constructor, ConstructLoc)) in BuildCXXConstructExpr() 16263 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr() 16271 SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 16280 MarkFunctionReferenced(ConstructLoc, Constructor); in BuildCXXConstructExpr() 16281 if (getLangOpts().CUDA && !CUDA().CheckCall(ConstructLoc, Constructor)) in BuildCXXConstructExpr() 16286 Context, DeclInitType, ConstructLoc, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr()
|
| H A D | SemaOpenMP.cpp | 175 SourceLocation ConstructLoc; member 229 ConstructLoc(Loc) {} in SharingMapTy() 992 return Top ? Top->ConstructLoc : SourceLocation(); in getConstructLoc() 1797 IterTarget->ConstructLoc); in getTopDSA() 1996 if (DPred(I->Directive, I->DirectiveName, I->ConstructLoc)) in hasDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5372 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, 5381 SourceLocation ConstructLoc, QualType DeclInitType, 5390 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl,
|