Home
last modified time | relevance | path

Searched refs:RelationOverrideOf (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/Index/
DIndexSymbol.h88 RelationOverrideOf = 1 << 11, enumerator
/external/llvm-project/clang/include/clang/Index/
DIndexSymbol.h116 RelationOverrideOf = 1 << 12, enumerator
/external/clang/lib/Index/
DIndexSymbol.cpp262 APPLY_FOR_ROLE(RelationOverrideOf); in applyForEachSymbolRole()
288 case SymbolRole::RelationOverrideOf: OS << "RelOver"; break; in printSymbolRoles()
DIndexDecl.cpp105 Relations.emplace_back((unsigned)SymbolRole::RelationOverrideOf, *I); in VisitFunctionDecl()
/external/llvm-project/clang/lib/Index/
DIndexSymbol.cpp426 APPLY_FOR_ROLE(RelationOverrideOf); in applyForEachSymbolRoleInterruptible()
469 case SymbolRole::RelationOverrideOf: OS << "RelOver"; break; in printSymbolRoles()
DIndexDecl.cpp140 Relations.emplace_back((unsigned) SymbolRole::RelationOverrideOf, in handleObjCMethod()
244 Relations.emplace_back((unsigned)SymbolRole::RelationOverrideOf, O); in VisitFunctionDecl()
DIndexingContext.cpp324 case SymbolRole::RelationOverrideOf: in shouldReportOccurrenceForSystemDeclOnlyMode()
/external/llvm-project/clang-tools-extra/clangd/index/
DSymbolCollector.cpp194 if (R.Roles & static_cast<unsigned>(index::SymbolRole::RelationOverrideOf)) in indexableRelation()