Home
last modified time | relevance | path

Searched refs:RelationChildOf (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Index/
H A DIndexSymbol.h114 RelationChildOf = 1 << 10, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingContext.cpp322 case SymbolRole::RelationChildOf: in shouldReportOccurrenceForSystemDeclOnlyMode()
442 (unsigned)SymbolRole::RelationChildOf, in handleDeclOccurrence()
H A DIndexSymbol.cpp424 APPLY_FOR_ROLE(RelationChildOf); in applyForEachSymbolRoleInterruptible()
467 case SymbolRole::RelationChildOf: OS << "RelChild"; break; in printSymbolRoles()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp213 if (SymRel.Roles & (unsigned)SymbolRole::RelationChildOf) in handleDeclOccurrence()