Home
last modified time | relevance | path

Searched defs:OperatorNew (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/Analysis/
H A Dinline.cpp305 namespace OperatorNew { namespace
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Ddependent-names.cpp391 namespace OperatorNew { namespace
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp1415 FunctionDecl *OperatorNew = nullptr; in BuildCXXNew() local
1632 FunctionDecl *&OperatorNew, in FindAllocationFunctions()
H A DTreeTransform.h8436 FunctionDecl *OperatorNew = nullptr; in TransformCXXNewExpr() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h1619 FunctionDecl *OperatorNew; variable