Home
last modified time | relevance | path

Searched refs:FirstID (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h58 const ObjCInterfaceDecl *FirstID, const ObjCInterfaceDecl *SecondID,
63 bool diagnoseMismatch(const ObjCInterfaceDecl *FirstID, in diagnoseMismatch() argument
65 assert(FirstID->data().Definition != SecondID->data().Definition && in diagnoseMismatch()
67 return diagnoseMismatch(FirstID, SecondID, &SecondID->data()); in diagnoseMismatch()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTBitCodes.h2051 DeclID FirstID; member
2058 return X.FirstID < Y.FirstID;
2063 return X.FirstID > Y.FirstID;
2068 return X.FirstID <= Y.FirstID;
2073 return X.FirstID >= Y.FirstID;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1928 if (FirstID == SecondID) in diagnoseMismatch()
1931 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstID); in diagnoseMismatch()
1940 auto DiagError = [FirstID, &FirstModule, in diagnoseMismatch()
1944 << FirstID << FirstModule.empty() << FirstModule << Range in diagnoseMismatch()
1965 ObjCInterfaceDecl *FirstSuperClass = FirstID->getSuperClass(); in diagnoseMismatch()
1981 DiagError(FirstID->getLocation(), in diagnoseMismatch()
1982 GetSuperClassSourceRange(FirstSuperInfo, FirstID), in diagnoseMismatch()
1998 auto &FirstProtos = FirstID->getReferencedProtocols(); in diagnoseMismatch()
2018 PopulateHashes(FirstHashes, FirstID, FirstID->getDefinition()); in diagnoseMismatch()
2028 diagnoseSubMismatchUnexpected(DR, FirstID, FirstModule, SecondID, in diagnoseMismatch()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp195 GlobalDeclID FirstID; member in clang::ASTDeclReader::RedeclarableResult
199 RedeclarableResult(Decl *MergeWith, GlobalDeclID FirstID, bool IsKeyDecl) in RedeclarableResult() argument
200 : MergeWith(MergeWith), FirstID(FirstID), IsKeyDecl(IsKeyDecl) {} in RedeclarableResult()
203 GlobalDeclID getFirstID() const { return FirstID; } in getFirstID()
H A DASTReader.cpp10045 ObjCInterfaceDecl *FirstID = Merge.first; in diagnoseOdrViolations() local
10047 if (DiagsEmitter.diagnoseMismatch(FirstID, InterfacePair.first, in diagnoseOdrViolations()