Searched defs:SecondModule (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp53 diagnoseSubMismatchMethodParameters(DiagnosticsEngine &Diags, const NamedDecl *FirstContainer, StringRef FirstModule, StringRef SecondModule, const MethodT *FirstMethod, const MethodT *SecondMethod) argument
144 diagnoseSubMismatchField( const NamedDecl *FirstRecord, StringRef FirstModule, StringRef SecondModule, const FieldDecl *FirstField, const FieldDecl *SecondField) const argument
246 diagnoseSubMismatchTypedef( const NamedDecl *FirstRecord, StringRef FirstModule, StringRef SecondModule, const TypedefNameDecl *FirstTD, const TypedefNameDecl *SecondTD, bool IsTypeAlias) const argument
286 diagnoseSubMismatchVar(const NamedDecl *FirstRecord, StringRef FirstModule, StringRef SecondModule, const VarDecl *FirstVD, const VarDecl *SecondVD) const argument
420 diagnoseSubMismatchObjCMethod( const NamedDecl *FirstObjCContainer, StringRef FirstModule, StringRef SecondModule, const ObjCMethodDecl *FirstMethod, const ObjCMethodDecl *SecondMethod) const argument
504 diagnoseSubMismatchObjCProperty( const NamedDecl *FirstObjCContainer, StringRef FirstModule, StringRef SecondModule, const ObjCPropertyDecl *FirstProp, const ObjCPropertyDecl *SecondProp) const argument
715 std::string SecondModule = getOwningModuleNameForDiagnostic(SecondRecord); local
1566 std::string SecondModule = getOwningModuleNameForDiagnostic(SecondRecord); local
1673 std::string SecondModule = getOwningModuleNameForDiagnostic(SecondFunction); local
1807 std::string SecondModule = getOwningModuleNameForDiagnostic(SecondEnum); local
1932 std::string SecondModule = getOwningModuleNameForDiagnostic(SecondID); local
2117 std::string SecondModule = getOwningModuleNameForDiagnostic(SecondProtocol); local
[all...]

Completed in 117 milliseconds