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.cpp1929 const ObjCInterfaceDecl *FirstID, const ObjCInterfaceDecl *SecondID, in diagnoseMismatch() argument
1933 if (FirstID == SecondID) in diagnoseMismatch()
1936 std::string FirstModule = getOwningModuleNameForDiagnostic(FirstID); in diagnoseMismatch()
1945 auto DiagError = [FirstID, &FirstModule, in diagnoseMismatch()
1949 << FirstID << FirstModule.empty() << FirstModule << Range in diagnoseMismatch()
1958 const struct ObjCInterfaceDecl::DefinitionData *FirstDD = &FirstID->data(); in diagnoseMismatch()
1970 ObjCInterfaceDecl *FirstSuperClass = FirstID->getSuperClass(); in diagnoseMismatch()
1972 const TypeSourceInfo *FirstSuperInfo = FirstID->getSuperClassTInfo(); in diagnoseMismatch()
1986 DiagError(FirstID->getLocation(), in diagnoseMismatch()
1987 GetSuperClassSourceRange(FirstSuperInfo, FirstID), in diagnoseMismatch()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp192 GlobalDeclID FirstID; member in clang::ASTDeclReader::RedeclarableResult
196 RedeclarableResult(Decl *MergeWith, GlobalDeclID FirstID, bool IsKeyDecl) in RedeclarableResult() argument
197 : MergeWith(MergeWith), FirstID(FirstID), IsKeyDecl(IsKeyDecl) {} in RedeclarableResult()
200 GlobalDeclID getFirstID() const { return FirstID; } in getFirstID()
H A DASTReader.cpp10186 ObjCInterfaceDecl *FirstID = Merge.first; in diagnoseOdrViolations() local
10188 if (DiagsEmitter.diagnoseMismatch(FirstID, InterfacePair.first, in diagnoseOdrViolations()