Lines Matching refs:LineNo
889 unsigned LineNo;
892 unsigned LineNo)
893 : Scope(Scope), Decl(Decl), Name(Name), File(File), LineNo(LineNo) {}
896 File(N->getRawFile()), LineNo(N->getLineNo()) {}
901 LineNo == RHS->getLineNo();
905 return hash_combine(Scope, Decl, Name, File, LineNo);
916 unsigned LineNo;
921 MDString *APINotesFile, unsigned LineNo, bool IsDecl)
924 APINotesFile(APINotesFile), LineNo(LineNo), IsDecl(IsDecl) {}
929 APINotesFile(N->getRawAPINotesFile()), LineNo(N->getLineNo()),
937 File == RHS->getRawFile() && LineNo == RHS->getLineNo() &&