Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
DTriviallyDestructibleCheck.cpp56 const auto *FirstDecl = cast<CXXMethodDecl>(MatchedDecl->getFirstDecl()); in check() local
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DIsolateDeclarationCheck.cpp127 const auto *FirstDecl = dyn_cast<VarDecl>(*DS->decl_begin()); in declRanges() local
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseAutoCheck.cpp342 const auto *FirstDecl = dyn_cast<VarDecl>(*D->decl_begin()); in replaceExpr() local
/external/llvm-project/clang/include/clang/AST/
DDeclBase.h1789 mutable Decl *FirstDecl = nullptr; variable
/external/clang/lib/Parse/
DParseDecl.cpp1844 Decl *FirstDecl = ParseDeclarationAfterDeclaratorAndAttributes( in ParseDeclGroup() local
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp1529 const DeclID *FirstDecl = F->FileSortedDecls + Record[6]; in ReadSLocEntry() local
10031 Decl *FirstDecl = nullptr, *SecondDecl = nullptr; in diagnoseOdrViolations() member
10302 const NamedDecl* FirstDecl = cast<NamedDecl>(FirstIt->first); in diagnoseOdrViolations() local
10455 Decl *FirstDecl = DR.FirstDecl; in diagnoseOdrViolations() local
DASTReaderDecl.cpp2483 auto *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID)); in VisitRedeclarable() local
/external/llvm-project/clang/lib/Parse/
DParseDecl.cpp2038 Decl *FirstDecl = ParseDeclarationAfterDeclaratorAndAttributes( in ParseDeclGroup() local
/external/clang/lib/Serialization/
DASTReaderDecl.cpp2276 T *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID)); in VisitRedeclarable() local
DASTReader.cpp1286 const DeclID *FirstDecl = F->FileSortedDecls + Record[6]; in ReadSLocEntry() local
/external/clang/lib/Sema/
DSemaDecl.cpp860 NamedDecl *FirstDecl = Corrected.getFoundDecl(); in ClassifyName() local
1014 NamedDecl *FirstDecl = (*Result.begin())->getUnderlyingDecl(); in ClassifyName() local
/external/llvm-project/clang/lib/Sema/
DSemaDecl.cpp961 NamedDecl *FirstDecl = Corrected.getFoundDecl(); in ClassifyName() local
1130 NamedDecl *FirstDecl = (*Result.begin())->getUnderlyingDecl(); in ClassifyName() local