Searched refs:OnlyLocalDecls (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h144 // OnlyLocalDecls - when true, walking this AST should only visit declarations
147 bool OnlyLocalDecls = false; member in class:clang::ASTUnit
490 bool getOnlyLocalDecls() const { return OnlyLocalDecls; }
695 bool OnlyLocalDecls = false, ArrayRef<RemappedFile> RemappedFiles = None,
755 bool OnlyLocalDecls = false,
775 // FIXME: Move OnlyLocalDecls, UseBumpAllocator to setters on the ASTUnit, we
781 bool OnlyLocalDecls = false,
816 // FIXME: Move OnlyLocalDecls, UseBumpAllocator to setters on the ASTUnit, we
822 bool OnlyLocalDecls = false,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp760 bool OnlyLocalDecls, ArrayRef<RemappedFile> RemappedFiles,
775 AST->OnlyLocalDecls = OnlyLocalDecls;
1518 bool OnlyLocalDecls, CaptureDiagsKind CaptureDiagnostics,
1538 AST->OnlyLocalDecls = OnlyLocalDecls;
1698 bool OnlyLocalDecls, CaptureDiagsKind CaptureDiagnostics,
1706 AST->OnlyLocalDecls = OnlyLocalDecls;
1735 bool OnlyLocalDecls, CaptureDiagsKin
756 LoadFromASTFile( const std::string &Filename, const PCHContainerReader &PCHContainerRdr, WhatToLoad ToLoad, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, const FileSystemOptions &FileSystemOpts, bool UseDebugInfo, bool OnlyLocalDecls, ArrayRef<RemappedFile> RemappedFiles, CaptureDiagsKind CaptureDiagnostics, bool AllowPCHWithCompilerErrors, bool UserFilesAreVolatile) argument
1513 LoadFromCompilerInvocationAction( std::shared_ptr<CompilerInvocation> CI, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, FrontendAction *Action, ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, bool OnlyLocalDecls, CaptureDiagsKind CaptureDiagnostics, unsigned PrecompilePreambleAfterNParses, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile, std::unique_ptr<ASTUnit> *ErrAST) argument
1694 LoadFromCompilerInvocation( std::shared_ptr<CompilerInvocation> CI, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, FileManager *FileMgr, bool OnlyLocalDecls, CaptureDiagsKind CaptureDiagnostics, unsigned PrecompilePreambleAfterNParses, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool UserFilesAreVolatile) argument
1731 LoadFromCommandLine( const char **ArgBegin, const char **ArgEnd, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, bool OnlyLocalDecls, CaptureDiagsKind CaptureDiagnostics, ArrayRef<RemappedFile> RemappedFiles, bool RemappedFilesKeepOriginalName, unsigned PrecompilePreambleAfterNParses, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool AllowPCHWithCompilerErrors, SkipFunctionBodiesScope SkipFunctionBodies, bool SingleFileParse, bool UserFilesAreVolatile, bool ForSerialization, bool RetainExcludedConditionalBlocks, llvm::Optional<StringRef> ModuleFormat, std::unique_ptr<ASTUnit> *ErrAST, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) argument
[all...]

Completed in 120 milliseconds