Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DForwardDeclarationNamespaceCheck.cpp83 const CXXRecordDecl *Decl2) { in haveSameNamespaceOrTranslationUnit() argument
85 const DeclContext *ParentDecl2 = Decl2->getLexicalParent(); in haveSameNamespaceOrTranslationUnit()
/llvm-project-15.0.7/clang/test/ARCMT/Inputs/
H A Dmodule.map78 explicit module Decl2 { header "decl2.h" }
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp1129 static bool AttributesMatch(const Decl *Decl1, const Decl *Decl2, in AttributesMatch() argument
1131 if (!Decl1->hasAttrs() || !Decl2->hasAttrs()) { in AttributesMatch()
1132 AvailabilityArgsMatch = (Decl1->hasAttrs() == Decl2->hasAttrs()); in AttributesMatch()
1137 const AttrVec &Attrs2 = Decl2->getAttrs(); in AttributesMatch()
/llvm-project-15.0.7/clang/test/Modules/Inputs/
H A Dmodule.map83 explicit module Decl2 { header "decl2.h" }
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp158 auto *Decl2 = cast<DeclRefExpr>(E2)->getDecl(); in areExprTypesCompatible() local
160 assert(isa<EnumConstantDecl>(Decl1) && isa<EnumConstantDecl>(Decl2)); in areExprTypesCompatible()
162 const DeclContext *DC2 = Decl2->getDeclContext(); in areExprTypesCompatible()