Home
last modified time | relevance | path

Searched refs:noload_decls_end (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DDeclBase.h1217 decl_iterator noload_decls_end() const;
/external/clang/lib/AST/
DDeclBase.cpp977 DeclContext::decl_iterator DeclContext::noload_decls_end() const { in noload_decls_end() function in DeclContext
/external/clang/lib/Serialization/
DASTWriter.cpp3346 E = TU->noload_decls_end(); in WriteASTCore()