Home
last modified time | relevance | path

Searched refs:InitializeNew (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Sema/
DInitialization.h258 static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type) { in InitializeNew() function
/external/llvm-project/clang/include/clang/Sema/
DInitialization.h328 static InitializedEntity InitializeNew(SourceLocation NewLoc, QualType Type) { in InitializeNew() function
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp1930 = InitializedEntity::InitializeNew(StartLoc, AllocType); in BuildCXXNew()
2286 = InitializedEntity::InitializeNew(StartLoc, InitType); in BuildCXXNew()
/external/clang/lib/Sema/
DSemaExprCXX.cpp1844 = InitializedEntity::InitializeNew(StartLoc, InitType); in BuildCXXNew()