enum Sema::AllocationFunctionScope
Description
The scope in which to find allocation functions.
Declared at: clang/include/clang/Sema/Sema.h:6594
Enumerators
Name | Value | Comment |
---|---|---|
AFS_Global | 0 | Only look for allocation functions in the global scope. |
AFS_Class | 1 | Only look for allocation functions in the scope of the allocated class. |
AFS_Both | 2 | Look for allocation functions in both the global scope and in the scope of the allocated class. |