Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndexer.h56 bool getOnlyLocalDecls() const { return OnlyLocalDecls; } in getOnlyLocalDecls() function
H A DIndexing.cpp594 OnlyLocalDecls = CXXIdx->getOnlyLocalDecls(); in clang_indexSourceFile_Impl()
H A DCIndex.cpp441 bool OnlyLocalDecls = !AU->isMainFileAST() && AU->getOnlyLocalDecls(); in visitPreprocessedEntitiesInRegion()
532 if (!CXXUnit->isMainFileAST() && CXXUnit->getOnlyLocalDecls() && in VisitChildren()
3519 CXXIdx->getOnlyLocalDecls(), CaptureDiagsKind::All, in clang_createTranslationUnit2()
3672 CXXIdx->getClangResourcesPath(), CXXIdx->getOnlyLocalDecls(), in clang_parseTranslationUnit_Impl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DASTUnit.h490 bool getOnlyLocalDecls() const { return OnlyLocalDecls; } in getOnlyLocalDecls() function