Searched defs:SecondModule (Results  1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ | 
| H A D | ODRDiagsEmitter.cpp | 56                                                 StringRef SecondModule,  in diagnoseSubMismatchMethodParameters()145     const NamedDecl *FirstRecord, StringRef FirstModule, StringRef SecondModule,  in diagnoseSubMismatchField()
 247     const NamedDecl *FirstRecord, StringRef FirstModule, StringRef SecondModule,  in diagnoseSubMismatchTypedef()
 288                                              StringRef SecondModule,  in diagnoseSubMismatchVar()
 422     StringRef SecondModule, const ObjCMethodDecl *FirstMethod,  in diagnoseSubMismatchObjCMethod()
 504     StringRef SecondModule, const ObjCPropertyDecl *FirstProp,  in diagnoseSubMismatchObjCProperty()
 713   std::string SecondModule = getOwningModuleNameForDiagnostic(SecondRecord);  in diagnoseMismatch()  local
 1561   std::string SecondModule = getOwningModuleNameForDiagnostic(SecondRecord);  in diagnoseMismatch()  local
 1668   std::string SecondModule = getOwningModuleNameForDiagnostic(SecondFunction);  in diagnoseMismatch()  local
 1801   std::string SecondModule = getOwningModuleNameForDiagnostic(SecondEnum);  in diagnoseMismatch()  local
 [all …]
 
 |