Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DDeclBase.cpp1053 DeclContext::decl_iterator DeclContext::noload_decls_begin() const { in noload_decls_begin() function in DeclContext
1312 buildLookupImpl<&DeclContext::noload_decls_begin, in noload_lookup()
DASTDumper.cpp508 DC->noload_decls_begin() != DC->noload_decls_end(); in hasNodes()
515 for (DeclContext::decl_iterator I = DC->noload_decls_begin(), in dumpDeclContext()
DASTImporter.cpp934 for (DeclContext::decl_iterator D = Owner->noload_decls_begin(), in findAnonymousStructOrUnionIndex()
2841 for (DeclContext::decl_iterator D = Owner->noload_decls_begin(), in getFieldIndex()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclBase.h1294 decl_iterator noload_decls_begin() const;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriter.cpp4035 for (DeclContext::decl_iterator I = TU->noload_decls_begin(), in WriteASTCore()