Searched defs:OnlyLocalDecls (Results 1 - 5 of 5) sorted by relevance

/external/clang/tools/libclang/
H A DCIndexer.h39 bool OnlyLocalDecls; member in class:clang::CIndexer
49 : OnlyLocalDecls(false), DisplayDiagnostics(false),
56 bool getOnlyLocalDecls() const { return OnlyLocalDecls; }
57 void setOnlyLocalDecls(bool Local = true) { OnlyLocalDecls = Local; }
H A DIndexing.cpp555 bool OnlyLocalDecls = false; local
563 OnlyLocalDecls = CXXIdx->getOnlyLocalDecls();
588 OnlyLocalDecls, CaptureDiagnostics, PrecompilePreambleAfterNParses,
H A DCIndex.cpp429 bool OnlyLocalDecls local
432 if (OnlyLocalDecls)
/external/clang/include/clang/Frontend/
H A DASTUnit.h118 // OnlyLocalDecls - when true, walking this AST should only visit declarations
121 bool OnlyLocalDecls; member in class:clang::ASTUnit
542 bool getOnlyLocalDecls() const { return OnlyLocalDecls; }
732 bool OnlyLocalDecls = false, ArrayRef<RemappedFile> RemappedFiles = None,
786 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
805 // FIXME: Move OnlyLocalDecls, UseBumpAllocator to setters on the ASTUnit, we
811 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
839 // FIXME: Move OnlyLocalDecls, UseBumpAllocator to setters on the ASTUnit, we
845 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
/external/clang/lib/Frontend/
H A DASTUnit.cpp217 OnlyLocalDecls(false), CaptureDiagnostics(false),
656 bool OnlyLocalDecls, ArrayRef<RemappedFile> RemappedFiles,
670 AST->OnlyLocalDecls = OnlyLocalDecls;
1736 bool OnlyLocalDecls, bool CaptureDiagnostics,
1756 AST->OnlyLocalDecls = OnlyLocalDecls;
1906 bool OnlyLocalDecls, bool CaptureDiagnostics,
1914 AST->OnlyLocalDecls = OnlyLocalDecls;
652 LoadFromASTFile( const std::string &Filename, const PCHContainerReader &PCHContainerRdr, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, const FileSystemOptions &FileSystemOpts, bool UseDebugInfo, bool OnlyLocalDecls, ArrayRef<RemappedFile> RemappedFiles, bool CaptureDiagnostics, bool AllowPCHWithCompilerErrors, bool UserFilesAreVolatile) argument
1731 LoadFromCompilerInvocationAction( CompilerInvocation *CI, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, FrontendAction *Action, ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, unsigned PrecompilePreambleAfterNParses, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile, std::unique_ptr<ASTUnit> *ErrAST) argument
1902 LoadFromCompilerInvocation( CompilerInvocation *CI, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, FileManager *FileMgr, bool OnlyLocalDecls, bool CaptureDiagnostics, unsigned PrecompilePreambleAfterNParses, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile) argument
1938 LoadFromCommandLine( const char **ArgBegin, const char **ArgEnd, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, ArrayRef<RemappedFile> RemappedFiles, bool RemappedFilesKeepOriginalName, unsigned PrecompilePreambleAfterNParses, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool AllowPCHWithCompilerErrors, bool SkipFunctionBodies, bool UserFilesAreVolatile, bool ForSerialization, llvm::Optional<StringRef> ModuleFormat, std::unique_ptr<ASTUnit> *ErrAST) argument
[all...]

Completed in 486 milliseconds