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

  /external/clang/lib/Index/
IndexingContext.cpp 27 return handleDeclOccurrence(D, D->getLocation(), /*IsRef=*/false,
38 return handleDeclOccurrence(D, Loc, /*IsRef=*/false, cast<Decl>(DC),
56 return handleDeclOccurrence(D, Loc, /*IsRef=*/true, Parent, Roles, Relations,
231 bool IsRef, const Decl *Parent,
265 if (IsRef)
274 if (!IsRef)
285 if (IsRef)
323 if (!IsRef && Parent && !cast<DeclContext>(Parent)->isFunctionOrMethod()) {
IndexingContext.h 110 bool IsRef, const Decl *Parent,
  /external/llvm/lib/Target/Hexagon/
RDFLiveness.cpp 271 for (auto U : PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG)) {
351 if (!DFG.IsRef<NodeAttrs::Def>(R))
425 if (!DFG.IsRef<NodeAttrs::Use>(I))
476 for (auto U : PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG)) {
513 NodeList Ds = PA.Addr->members_if(DFG.IsRef<NodeAttrs::Def>, DFG);
593 for (auto U : PA.Addr->members_if(DFG.IsRef<NodeAttrs::Use>, DFG)) {
748 assert(DFG.IsRef<NodeAttrs::Use>(RA));
    [all...]
BitTracker.cpp 120 bool IsRef = (V.Type == BT::BitValue::Ref);
122 if (!IsRef && V == SV)
124 if (IsRef && SV.Type == BT::BitValue::Ref && V.RefI.Reg == SV.RefI.Reg) {
    [all...]
RDFGraph.h 716 static bool IsRef(const NodeAddr<NodeBase*> BA) {

Completed in 877 milliseconds