Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/tools/libclang/
H A DCIndexer.h49 bool getOnlyLocalDecls() const { return OnlyLocalDecls; } in getOnlyLocalDecls() function
H A DIndexing.cpp632 OnlyLocalDecls = CXXIdx->getOnlyLocalDecls(); in clang_indexSourceFile_Impl()
H A DCIndex.cpp433 = !AU->isMainFileAST() && AU->getOnlyLocalDecls(); in visitPreprocessedEntitiesInRegion()
524 if (!CXXUnit->isMainFileAST() && CXXUnit->getOnlyLocalDecls() && in VisitChildren()
2824 ast_filename, Diags, FileSystemOpts, CXXIdx->getOnlyLocalDecls(), None, in clang_createTranslationUnit2()
2963 CXXIdx->getClangResourcesPath(), CXXIdx->getOnlyLocalDecls(), in clang_parseTranslationUnit_Impl()
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h538 bool getOnlyLocalDecls() const { return OnlyLocalDecls; } in getOnlyLocalDecls() function