enum Sema::AllocationFunctionScope

Description

The scope in which to find allocation functions.

Declared at: clang/include/clang/Sema/Sema.h:6594

Enumerators

NameValueComment
AFS_Global0Only look for allocation functions in the global scope.
AFS_Class1Only look for allocation functions in the scope of the allocated class.
AFS_Both2Look for allocation functions in both the global scope and in the scope of the allocated class.