Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndexer.h56 bool getOnlyLocalDecls() const { return OnlyLocalDecls; } in getOnlyLocalDecls() function
DIndexing.cpp563 OnlyLocalDecls = CXXIdx->getOnlyLocalDecls(); in clang_indexSourceFile_Impl()
DCIndex.cpp430 = !AU->isMainFileAST() && AU->getOnlyLocalDecls(); in visitPreprocessedEntitiesInRegion()
521 if (!CXXUnit->isMainFileAST() && CXXUnit->getOnlyLocalDecls() && in VisitChildren()
3147 CXXIdx->getOnlyLocalDecls(), None, in clang_createTranslationUnit2()
3281 CXXIdx->getClangResourcesPath(), CXXIdx->getOnlyLocalDecls(), in clang_parseTranslationUnit_Impl()
/external/llvm-project/clang/tools/libclang/
DCIndexer.h56 bool getOnlyLocalDecls() const { return OnlyLocalDecls; } in getOnlyLocalDecls() function
DIndexing.cpp594 OnlyLocalDecls = CXXIdx->getOnlyLocalDecls(); in clang_indexSourceFile_Impl()
DCIndex.cpp441 bool OnlyLocalDecls = !AU->isMainFileAST() && AU->getOnlyLocalDecls(); in visitPreprocessedEntitiesInRegion()
532 if (!CXXUnit->isMainFileAST() && CXXUnit->getOnlyLocalDecls() && in VisitChildren()
3478 CXXIdx->getOnlyLocalDecls(), None, CaptureDiagsKind::All, in clang_createTranslationUnit2()
3631 CXXIdx->getClangResourcesPath(), CXXIdx->getOnlyLocalDecls(), in clang_parseTranslationUnit_Impl()
/external/llvm-project/clang/include/clang/Frontend/
DASTUnit.h490 bool getOnlyLocalDecls() const { return OnlyLocalDecls; } in getOnlyLocalDecls() function
/external/clang/include/clang/Frontend/
DASTUnit.h542 bool getOnlyLocalDecls() const { return OnlyLocalDecls; } in getOnlyLocalDecls() function