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

/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp9047 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, argument
9072 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, Constructor,
9080 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, argument
9087 MarkFunctionReferenced(ConstructLoc, Constructor);
9088 return Owned(CXXConstructExpr::Create(Context, DeclInitType, ConstructLoc,

Completed in 61 milliseconds