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

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

Completed in 346 milliseconds