Searched refs:RelationCalledBy (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h115 RelationCalledBy = 1 << 14, member in class:clang::index::SymbolRole
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp131 Relations.emplace_back((unsigned)SymbolRole::RelationCalledBy, FD);
133 Relations.emplace_back((unsigned)SymbolRole::RelationCalledBy, MD);
H A DIndexSymbol.cpp419 APPLY_FOR_ROLE(RelationCalledBy);
462 case SymbolRole::RelationCalledBy: OS << "RelCall"; break;
H A DIndexingContext.cpp332 case SymbolRole::RelationCalledBy:

Completed in 188 milliseconds