Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DTriviallyDestructibleCheck.cpp54 const auto *FirstDecl = cast<CXXMethodDecl>(MatchedDecl->getFirstDecl()); in check() local
/llvm-project/clang/include/clang/AST/
H A DODRDiagsEmitter.h122 const Decl *FirstDecl = nullptr, *SecondDecl = nullptr; member
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DIsolateDeclarationCheck.cpp126 const auto *FirstDecl = dyn_cast<VarDecl>(*DS->decl_begin()); in declRanges() local
/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp834 const NamedDecl *FirstDecl = std::get<0>(Pair); in diagnoseMismatch() local
911 const Decl *FirstDecl = DR.FirstDecl; in diagnoseMismatch() local
1591 const Decl *FirstDecl = DR.FirstDecl; in diagnoseMismatch() local
2029 const Decl *FirstDecl = DR.FirstDecl; in diagnoseMismatch() local
2157 const Decl *FirstDecl = DR.FirstDecl; in diagnoseMismatch() local
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseAutoCheck.cpp360 const auto *FirstDecl = dyn_cast<VarDecl>(*D->decl_begin()); in replaceExpr() local
/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp769 auto *FirstDecl = in rotateLoop() local
/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp2507 Decl *FirstDecl = ParseDeclGroup() local
/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2821 auto *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID)); VisitRedeclarable() local
H A DASTReader.cpp1702 const unaligned_decl_id_t *FirstDecl = F->FileSortedDecls + Record[6]; ReadSLocEntry() local
/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp970 NamedDecl *FirstDecl = Corrected.getFoundDecl(); ClassifyName() local
1148 NamedDecl *FirstDecl = (*Result.begin())->getUnderlyingDecl(); ClassifyName() local
[all...]
/llvm-project/clang/include/clang/Sema/
H A DSema.h9623 FirstDecl, ///< Parsing the first decl in a TU. global() enumerator