reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaCoroutine.cpp
 1203     S.FindAllocationFunctions(Loc, SourceRange(), /*NewScope*/ Sema::AFS_Global,
tools/clang/lib/Sema/SemaExprCXX.cpp
 2046   AllocationFunctionScope Scope = UseGlobal ? AFS_Global : AFS_Both;
 2406     if (AllocElemType->isRecordType() && NewScope != AFS_Global)
 2468   if (AllocElemType->isRecordType() && DeleteScope != AFS_Global) {