Lines Matching refs:getRawScope

328       : Line(L->getLine()), Column(L->getColumn()), Scope(L->getRawScope()),
333 Scope == RHS->getRawScope() && InlinedAt == RHS->getRawInlinedAt() &&
562 Line(N->getLine()), Scope(N->getRawScope()),
572 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
608 return isODRMember(LHS->getTag(), LHS->getRawScope(), LHS->getRawName(),
626 Scope == RHS->getRawScope();
671 Line(N->getLine()), Scope(N->getRawScope()),
686 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
794 : Scope(N->getRawScope()), Name(N->getRawName()),
809 return Scope == RHS->getRawScope() && Name == RHS->getRawName() &&
861 return isDeclarationOfODRMember(LHS->isDefinition(), LHS->getRawScope(),
886 return IsDefinition == RHS->isDefinition() && Scope == RHS->getRawScope() &&
901 : Scope(N->getRawScope()), File(N->getRawFile()), Line(N->getLine()),
905 return Scope == RHS->getRawScope() && File == RHS->getRawFile() &&
922 : Scope(N->getRawScope()), File(N->getRawFile()),
926 return Scope == RHS->getRawScope() && File == RHS->getRawFile() &&
943 : Scope(N->getRawScope()), Name(N->getRawName()),
947 return Scope == RHS->getRawScope() && Name == RHS->getRawName() &&
965 : Scope(N->getRawScope()), Decl(N->getRawDecl()), Name(N->getRawName()),
969 return Scope == RHS->getRawScope() && Decl == RHS->getRawDecl() &&
996 : File(N->getRawFile()), Scope(N->getRawScope()), Name(N->getRawName()),
1003 return Scope == RHS->getRawScope() && Name == RHS->getRawName() &&
1086 : Scope(N->getRawScope()), Name(N->getRawName()),
1095 return Scope == RHS->getRawScope() && Name == RHS->getRawName() &&
1138 : Scope(N->getRawScope()), Name(N->getRawName()), File(N->getRawFile()),
1144 return Scope == RHS->getRawScope() && Name == RHS->getRawName() &&
1172 : Scope(N->getRawScope()), Name(N->getRawName()), File(N->getRawFile()),
1176 return Scope == RHS->getRawScope() && Name == RHS->getRawName() &&
1262 : Tag(N->getTag()), Scope(N->getRawScope()), Entity(N->getRawEntity()),
1267 return Tag == RHS->getTag() && Scope == RHS->getRawScope() &&