Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp1927 const ObjCInterfaceDecl *FirstID, const ObjCInterfaceDecl *SecondID, in diagnoseMismatch() argument
1931 if (FirstID == SecondID) in diagnoseMismatch()
1934 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstID); in diagnoseMismatch()
1943 auto DiagError = [FirstID, &FirstModule, in diagnoseMismatch()
1947 << FirstID << FirstModule.empty() << FirstModule << Range in diagnoseMismatch()
1956 const struct ObjCInterfaceDecl::DefinitionData *FirstDD = &FirstID->data(); in diagnoseMismatch()
1968 ObjCInterfaceDecl *FirstSuperClass = FirstID->getSuperClass(); in diagnoseMismatch()
1970 const TypeSourceInfo *FirstSuperInfo = FirstID->getSuperClassTInfo(); in diagnoseMismatch()
1984 DiagError(FirstID->getLocation(), in diagnoseMismatch()
1985 GetSuperClassSourceRange(FirstSuperInfo, FirstID), in diagnoseMismatch()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp83 GlobalDeclID FirstID; member in __anon3c764c3a0111::RedeclarableResult
87 RedeclarableResult(Decl *MergeWith, GlobalDeclID FirstID, bool IsKeyDecl) in RedeclarableResult() argument
88 : MergeWith(MergeWith), FirstID(FirstID), IsKeyDecl(IsKeyDecl) {} in RedeclarableResult()
91 GlobalDeclID getFirstID() const { return FirstID; } in getFirstID()
H A DASTReader.cpp10859 ObjCInterfaceDecl *FirstID = Merge.first; in diagnoseOdrViolations() local
10861 if (DiagsEmitter.diagnoseMismatch(FirstID, InterfacePair.first, in diagnoseOdrViolations()