Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Index/
H A DIndexBody.cpp107 Relations.emplace_back((unsigned)SymbolRole::RelationReceivedBy, in getRolesForRef()
271 Relations.emplace_back((unsigned)SymbolRole::RelationReceivedBy, in VisitObjCMessageExpr()
275 Relations.emplace_back((unsigned)SymbolRole::RelationReceivedBy, in VisitObjCMessageExpr()
H A DIndexSymbol.cpp435 APPLY_FOR_ROLE(RelationReceivedBy); in applyForEachSymbolRoleInterruptible()
478 case SymbolRole::RelationReceivedBy: OS << "RelRec"; break; in printSymbolRoles()
H A DIndexingContext.cpp336 case SymbolRole::RelationReceivedBy: in shouldReportOccurrenceForSystemDeclOnlyMode()
/llvm-project-15.0.7/clang/include/clang/Index/
H A DIndexSymbol.h120 RelationReceivedBy = 1 << 13, enumerator