Lines Matching refs:getRawScope

255       : Line(L->getLine()), Column(L->getColumn()), Scope(L->getRawScope()),
260 Scope == RHS->getRawScope() && InlinedAt == RHS->getRawInlinedAt();
365 Line(N->getLine()), Scope(N->getRawScope()),
373 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
402 return isODRMember(LHS->getTag(), LHS->getRawScope(), LHS->getRawName(),
420 Scope == RHS->getRawScope();
454 Line(N->getLine()), Scope(N->getRawScope()),
465 Scope == RHS->getRawScope() && BaseType == RHS->getRawBaseType() &&
555 : Scope(N->getRawScope()), Name(N->getRawName()),
567 return Scope == RHS->getRawScope() && Name == RHS->getRawName() &&
607 return isDeclarationOfODRMember(LHS->isDefinition(), LHS->getRawScope(),
625 return IsDefinition == RHS->isDefinition() && Scope == RHS->getRawScope() &&
639 : Scope(N->getRawScope()), File(N->getRawFile()), Line(N->getLine()),
643 return Scope == RHS->getRawScope() && File == RHS->getRawFile() &&
659 : Scope(N->getRawScope()), File(N->getRawFile()),
663 return Scope == RHS->getRawScope() && File == RHS->getRawFile() &&
680 : Scope(N->getRawScope()), File(N->getRawFile()), Name(N->getRawName()),
684 return Scope == RHS->getRawScope() && File == RHS->getRawFile() &&
703 : Scope(N->getRawScope()), Name(N->getRawName()),
708 return Scope == RHS->getRawScope() && Name == RHS->getRawName() &&
773 : Scope(N->getRawScope()), Name(N->getRawName()),
781 return Scope == RHS->getRawScope() && Name == RHS->getRawName() &&
811 : Scope(N->getRawScope()), Name(N->getRawName()), File(N->getRawFile()),
816 return Scope == RHS->getRawScope() && Name == RHS->getRawName() &&
882 : Tag(N->getTag()), Scope(N->getRawScope()), Entity(N->getRawEntity()),
886 return Tag == RHS->getTag() && Scope == RHS->getRawScope() &&