Home
last modified time | relevance | path

Searched refs:noload_decls_begin (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DDeclBase.h1221 decl_iterator noload_decls_begin() const;
/external/clang/lib/AST/
DDeclBase.cpp1028 DeclContext::decl_iterator DeclContext::noload_decls_begin() const { in noload_decls_begin() function in DeclContext
DASTImporter.cpp914 for (DeclContext::decl_iterator D = Owner->noload_decls_begin(), in findAnonymousStructOrUnionIndex()
2788 for (DeclContext::decl_iterator D = Owner->noload_decls_begin(), in getFieldIndex()
/external/clang/lib/Serialization/
DASTWriter.cpp3706 for (DeclContext::decl_iterator I = TU->noload_decls_begin(), in WriteASTCore()