HomeSort by relevance Sort by last modified time
    Searched refs:RelationChildOf (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Index/
IndexSymbol.h 86 RelationChildOf = 1 << 9,
  /external/clang/lib/Index/
IndexSymbol.cpp 260 APPLY_FOR_ROLE(RelationChildOf);
286 case SymbolRole::RelationChildOf: OS << "RelChild"; break;
IndexingContext.cpp 324 addRelation(SymbolRelation{(unsigned)SymbolRole::RelationChildOf, Parent});
  /external/clang/tools/libclang/
CXIndexDataConsumer.cpp 211 if (SymRel.Roles & (unsigned)SymbolRole::RelationChildOf)
    [all...]

Completed in 320 milliseconds