Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h114 Undefinition = 1 << 9, // macro #undef enumerator
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp431 APPLY_FOR_ROLE(Undefinition); in applyForEachSymbolRoleInterruptible()
474 case SymbolRole::Undefinition: OS << "Undef"; break; in printSymbolRoles()
H A DIndexingAction.cpp228 : SymbolRole::Undefinition; in indexPreprocessorMacro()