Home
last modified time | relevance | path

Searched refs:AFS_Global (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCoroutine.cpp1377 NewScope = PromiseContainsNew ? Sema::AFS_Class : Sema::AFS_Global; in makeNewAndDeleteExpr()
1460 LookupAllocationFunction(Sema::AFS_Global); in makeNewAndDeleteExpr()
H A DSemaExprCXX.cpp2250 AllocationFunctionScope Scope = UseGlobal ? AFS_Global : AFS_Both; in BuildCXXNew()
2693 if (AllocElemType->isRecordType() && NewScope != AFS_Global) in FindAllocationFunctions()
2755 if (AllocElemType->isRecordType() && DeleteScope != AFS_Global) { in FindAllocationFunctions()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DSema.h6747 AFS_Global, enumerator