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

/external/clang/tools/libclang/
H A DCIndexer.h36 bool OnlyLocalDecls; member in class:clang::CIndexer
43 CIndexer() : OnlyLocalDecls(false), DisplayDiagnostics(false),
49 bool getOnlyLocalDecls() const { return OnlyLocalDecls; }
50 void setOnlyLocalDecls(bool Local = true) { OnlyLocalDecls = Local; }
H A DIndexing.cpp626 bool OnlyLocalDecls = false; local
633 OnlyLocalDecls = CXXIdx->getOnlyLocalDecls();
653 OnlyLocalDecls,
H A DCIndex.cpp428 bool OnlyLocalDecls local
431 if (OnlyLocalDecls)
/external/clang/include/clang/Frontend/
H A DASTUnit.h116 // OnlyLocalDecls - when true, walking this AST should only visit declarations
119 bool OnlyLocalDecls; member in class:clang::ASTUnit
527 bool getOnlyLocalDecls() const { return OnlyLocalDecls; }
714 bool OnlyLocalDecls = false,
762 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
777 // FIXME: Move OnlyLocalDecls, UseBumpAllocator to setters on the ASTUnit, we
781 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
803 // FIXME: Move OnlyLocalDecls, UseBumpAllocator to setters on the ASTUnit, we
808 bool OnlyLocalDecls = false, bool CaptureDiagnostics = false,
/external/clang/lib/Frontend/
H A DASTUnit.cpp217 OnlyLocalDecls(false), CaptureDiagnostics(false),
668 bool OnlyLocalDecls,
684 AST->OnlyLocalDecls = OnlyLocalDecls;
1757 StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics,
1777 AST->OnlyLocalDecls = OnlyLocalDecls;
1920 bool OnlyLocalDecls, bool CaptureDiagnostics, bool PrecompilePreamble,
1927 AST->OnlyLocalDecls = OnlyLocalDecls;
665 LoadFromASTFile(const std::string &Filename, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, const FileSystemOptions &FileSystemOpts, bool OnlyLocalDecls, ArrayRef<RemappedFile> RemappedFiles, bool CaptureDiagnostics, bool AllowPCHWithCompilerErrors, bool UserFilesAreVolatile) argument
1754 LoadFromCompilerInvocationAction( CompilerInvocation *CI, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, ASTFrontendAction *Action, ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, bool PrecompilePreamble, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile, std::unique_ptr<ASTUnit> *ErrAST) argument
1918 LoadFromCompilerInvocation( CompilerInvocation *CI, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, bool OnlyLocalDecls, bool CaptureDiagnostics, bool PrecompilePreamble, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile) argument
1954 LoadFromCommandLine( const char **ArgBegin, const char **ArgEnd, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, ArrayRef<RemappedFile> RemappedFiles, bool RemappedFilesKeepOriginalName, bool PrecompilePreamble, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool AllowPCHWithCompilerErrors, bool SkipFunctionBodies, bool UserFilesAreVolatile, bool ForSerialization, std::unique_ptr<ASTUnit> *ErrAST) argument
[all...]

Completed in 3553 milliseconds