Searched defs:FirstDecl (Results 1 – 9 of 9) sorted by relevance
56 const auto *FirstDecl = cast<CXXMethodDecl>(MatchedDecl->getFirstDecl()); in check() local
127 const auto *FirstDecl = dyn_cast<VarDecl>(*DS->decl_begin()); in declRanges() local
341 const auto *FirstDecl = dyn_cast<VarDecl>(*D->decl_begin()); in replaceExpr() local
525 auto *FirstDecl = in rotateLoop() local
1580 const DeclID *FirstDecl = F->FileSortedDecls + Record[6]; in ReadSLocEntry() local9898 Decl *FirstDecl = nullptr, *SecondDecl = nullptr; in diagnoseOdrViolations() member10183 const NamedDecl* FirstDecl = cast<NamedDecl>(FirstIt->first); in diagnoseOdrViolations() local10255 const Decl *FirstDecl = DR.FirstDecl; in diagnoseOdrViolations() local
2611 auto *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID)); in VisitRedeclarable() local
2181 Decl *FirstDecl = ParseDeclarationAfterDeclaratorAndAttributes( in ParseDeclGroup() local
973 NamedDecl *FirstDecl = Corrected.getFoundDecl(); in ClassifyName() local1163 NamedDecl *FirstDecl = (*Result.begin())->getUnderlyingDecl(); in ClassifyName() local
3080 FirstDecl, ///< Parsing the first decl in a TU. enumerator