Searched defs:ConstructLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Sema/
H A DSemaOpenMP.cpp93 SourceLocation ConstructLoc; member in struct:__anon18069::DSAStackTy::SharingMapTy
98 ConstructLoc(Loc) {}
102 ConstructLoc() {}
195 SourceLocation getConstructLoc() { return Stack.back().ConstructLoc; }
H A DSemaDeclCXX.cpp10707 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, argument
10733 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, Constructor,
10742 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, argument
10750 MarkFunctionReferenced(ConstructLoc, Constructor);
10752 Context, DeclInitType, ConstructLoc, Constructor, Elidable, ExprArgs,

Completed in 493 milliseconds