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

/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp9047 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, function in class:Sema
9072 return BuildCXXConstructExpr(ConstructLoc, DeclInitType, Constructor,
9077 /// BuildCXXConstructExpr - Creates a complete call to a constructor,
9080 Sema::BuildCXXConstructExpr(SourceLocation ConstructLoc, QualType DeclInitType, function in class:Sema
9102 BuildCXXConstructExpr(VD->getLocation(), VD->getType(), Constructor,

Completed in 65 milliseconds