Searched defs:ConstructLoc (Results 1 - 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 93 SourceLocation ConstructLoc; member in struct:__anon1539::final::final 109 ConstructLoc(Loc) {} 324 SourceLocation getConstructLoc() { return Stack.back().ConstructLoc; } 830 if (DPred(I->Directive, I->DirectiveName, I->ConstructLoc))
|
H A D | SemaDeclCXX.cpp | 11432 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, argument 11461 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, 11470 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, argument 11482 Constructor = findInheritingConstructor(ConstructLoc, Constructor, Shadow); 11483 if (DiagnoseUseOfDecl(Constructor, ConstructLoc)) 11488 ConstructLoc, DeclInitType, Constructor, Elidable, ExprArgs, 11496 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, argument 11510 MarkFunctionReferenced(ConstructLoc, Constructor); 11513 Context, DeclInitType, ConstructLoc, Constructor, Elidable,
|
Completed in 280 milliseconds