Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h1726 mutable Decl *FirstDecl = nullptr; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp2040 Decl *FirstDecl = ParseDeclarationAfterDeclaratorAndAttributes( in ParseDeclGroup() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp1451 const DeclID *FirstDecl = F->FileSortedDecls + Record[6]; in ReadSLocEntry() local
9812 const NamedDecl* FirstDecl = cast<NamedDecl>(FirstIt->first); in diagnoseOdrViolations() local
10022 Decl *FirstDecl = nullptr; in diagnoseOdrViolations() local
H A DASTReaderDecl.cpp2450 auto *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID)); in VisitRedeclarable() local
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp937 NamedDecl *FirstDecl = Corrected.getFoundDecl(); in ClassifyName() local
1091 NamedDecl *FirstDecl = (*Result.begin())->getUnderlyingDecl(); in ClassifyName() local