Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Index/
H A DIndexSymbol.h109 Undefinition = 1 << 9, // macro #undef enumerator
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexingContext.cpp320 case SymbolRole::Undefinition: in shouldReportOccurrenceForSystemDeclOnlyMode()
448 SymbolRoleSet Roles = (unsigned)SymbolRole::Undefinition; in handleMacroUndefined()
H A DIndexSymbol.cpp380 APPLY_FOR_ROLE(Undefinition); in applyForEachSymbolRoleInterruptible()
422 case SymbolRole::Undefinition: OS << "Undef"; break; in printSymbolRoles()