Searched refs:ConstructLoc (Results 1 – 3 of 3) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclCXX.cpp | 15917 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, in BuildCXXConstructExpr() argument 15950 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, in BuildCXXConstructExpr() 15959 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, in BuildCXXConstructExpr() argument 15965 Constructor = findInheritingConstructor(ConstructLoc, Constructor, Shadow); in BuildCXXConstructExpr() 15969 if (DiagnoseUseOfOverloadedDecl(Constructor, ConstructLoc)) in BuildCXXConstructExpr() 15974 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr() 15982 SourceLocation ConstructLoc, QualType DeclInitType, in BuildCXXConstructExpr() argument 15991 MarkFunctionReferenced(ConstructLoc, Constructor); in BuildCXXConstructExpr() 15992 if (getLangOpts().CUDA && !CUDA().CheckCall(ConstructLoc, Constructor)) in BuildCXXConstructExpr() 15997 Context, DeclInitType, ConstructLoc, Constructor, Elidable, ExprArgs, in BuildCXXConstructExpr()
|
| H A D | SemaOpenMP.cpp | 178 SourceLocation ConstructLoc; member 232 ConstructLoc(Loc) {} in SharingMapTy() 1012 return Top ? Top->ConstructLoc : SourceLocation(); in getConstructLoc() 1821 IterTarget->ConstructLoc); in getTopDSA() 2020 if (DPred(I->Directive, I->DirectiveName, I->ConstructLoc)) in hasDirective()
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4957 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl, 4966 SourceLocation ConstructLoc, QualType DeclInitType, 4975 SourceLocation ConstructLoc, QualType DeclInitType, NamedDecl *FoundDecl,
|