Home
last modified time | relevance | path

Searched defs:FirstDecl (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DTriviallyDestructibleCheck.cpp56 const auto *FirstDecl = cast<CXXMethodDecl>(MatchedDecl->getFirstDecl()); in check() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DIsolateDeclarationCheck.cpp127 const auto *FirstDecl = dyn_cast<VarDecl>(*DS->decl_begin()); in declRanges() local
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/
H A DUseAutoCheck.cpp341 const auto *FirstDecl = dyn_cast<VarDecl>(*D->decl_begin()); in replaceExpr() local
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp525 auto *FirstDecl = in rotateLoop() local
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp1580 const DeclID *FirstDecl = F->FileSortedDecls + Record[6]; in ReadSLocEntry() local
9898 Decl *FirstDecl = nullptr, *SecondDecl = nullptr; in diagnoseOdrViolations() member
10183 const NamedDecl* FirstDecl = cast<NamedDecl>(FirstIt->first); in diagnoseOdrViolations() local
10255 const Decl *FirstDecl = DR.FirstDecl; in diagnoseOdrViolations() local
H A DASTReaderDecl.cpp2611 auto *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID)); in VisitRedeclarable() local
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseDecl.cpp2181 Decl *FirstDecl = ParseDeclarationAfterDeclaratorAndAttributes( in ParseDeclGroup() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDecl.cpp973 NamedDecl *FirstDecl = Corrected.getFoundDecl(); in ClassifyName() local
1163 NamedDecl *FirstDecl = (*Result.begin())->getUnderlyingDecl(); in ClassifyName() local
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h3080 FirstDecl, ///< Parsing the first decl in a TU. enumerator