Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A DCIndexer.h56 bool getOnlyLocalDecls() const { return OnlyLocalDecls; } in getOnlyLocalDecls() function
H A DIndexing.cpp597 OnlyLocalDecls = CXXIdx->getOnlyLocalDecls(); in clang_indexSourceFile_Impl()
H A DCIndex.cpp442 bool OnlyLocalDecls = !AU->isMainFileAST() && AU->getOnlyLocalDecls(); in visitPreprocessedEntitiesInRegion()
533 if (!CXXUnit->isMainFileAST() && CXXUnit->getOnlyLocalDecls() && in VisitChildren()
3743 CXXIdx->getOnlyLocalDecls(), CaptureDiagsKind::All, in clang_createTranslationUnit2()
3898 CXXIdx->getClangResourcesPath(), CXXIdx->getOnlyLocalDecls(), in clang_parseTranslationUnit_Impl()
/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DASTUnit.h489 bool getOnlyLocalDecls() const { return OnlyLocalDecls; } in getOnlyLocalDecls() function