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

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h1030 mutable Decl *FirstDecl; member in class:clang::DeclContext
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp1669 Decl *FirstDecl = ParseDeclarationAfterDeclaratorAndAttributes(D); local
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1820 T *FirstDecl = cast_or_null<T>(Reader.GetDecl(FirstDeclID)); local
H A DASTReader.cpp975 const DeclID *FirstDecl = F->FileSortedDecls + Record[6]; local
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp653 NamedDecl *FirstDecl = Corrected.getCorrectionDecl(); local
808 NamedDecl *FirstDecl = (*Result.begin())->getUnderlyingDecl(); local
[all...]

Completed in 159 milliseconds