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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1790 mutable Decl *FirstDecl = nullptr; member in class:clang::DeclContext
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp1986 Decl *FirstDecl = ParseDeclarationAfterDeclaratorAndAttributes( local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp1533 const DeclID *FirstDecl = F->FileSortedDecls + Record[6]; local
[all...]
H A DASTReaderDecl.cpp2464 auto *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID)); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp961 NamedDecl *FirstDecl = Corrected.getFoundDecl(); local
1130 NamedDecl *FirstDecl = (*Result.begin())->getUnderlyingDecl(); local
[all...]

Completed in 153 milliseconds