Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DForwardDeclarationNamespaceCheck.cpp83 const CXXRecordDecl *Decl2) { in haveSameNamespaceOrTranslationUnit() argument
85 const DeclContext *ParentDecl2 = Decl2->getLexicalParent(); in haveSameNamespaceOrTranslationUnit()
/external/clang/test/ARCMT/Inputs/
Dmodule.map78 explicit module Decl2 { header "decl2.h" }
/external/llvm-project/clang/test/ARCMT/Inputs/
Dmodule.map78 explicit module Decl2 { header "decl2.h" }
/external/clang/lib/Analysis/
DCFG.cpp104 auto *Decl2 = cast<DeclRefExpr>(E2)->getDecl(); in areExprTypesCompatible() local
106 assert(isa<EnumConstantDecl>(Decl1) && isa<EnumConstantDecl>(Decl2)); in areExprTypesCompatible()
108 const DeclContext *DC2 = Decl2->getDeclContext(); in areExprTypesCompatible()
778 const DeclRefExpr *Decl2; in checkIncorrectLogicOperator() local
781 std::tie(Decl2, BO2, Expr2) = tryNormalizeBinaryOperator(RHS); in checkIncorrectLogicOperator()
783 if (!Decl2 || !Expr2) in checkIncorrectLogicOperator()
787 if (Decl1->getDecl() != Decl2->getDecl()) in checkIncorrectLogicOperator()
/external/clang/test/Modules/Inputs/
Dmodule.map83 explicit module Decl2 { header "decl2.h" }
/external/clang/lib/ARCMigrate/
DObjCMT.cpp1139 static bool AttributesMatch(const Decl *Decl1, const Decl *Decl2, in AttributesMatch() argument
1141 if (!Decl1->hasAttrs() || !Decl2->hasAttrs()) { in AttributesMatch()
1142 AvailabilityArgsMatch = (Decl1->hasAttrs() == Decl2->hasAttrs()); in AttributesMatch()
1147 const AttrVec &Attrs2 = Decl2->getAttrs(); in AttributesMatch()
/external/llvm-project/clang/lib/ARCMigrate/
DObjCMT.cpp1132 static bool AttributesMatch(const Decl *Decl1, const Decl *Decl2, in AttributesMatch() argument
1134 if (!Decl1->hasAttrs() || !Decl2->hasAttrs()) { in AttributesMatch()
1135 AvailabilityArgsMatch = (Decl1->hasAttrs() == Decl2->hasAttrs()); in AttributesMatch()
1140 const AttrVec &Attrs2 = Decl2->getAttrs(); in AttributesMatch()
/external/llvm-project/clang/test/Modules/Inputs/
Dmodule.map83 explicit module Decl2 { header "decl2.h" }
/external/llvm-project/clang/lib/Analysis/
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()