Home
last modified time | relevance | path

Searched defs:Persistent (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/AST/
H A DExternalASTMerger.cpp164 Decl *Persistent = SourceMerger->FindOriginalDecl(FromD); in ImportImpl() local
/llvm-project/lldb/tools/lldb-test/
H A Dlldb-test.cpp87 static cl::opt<bool> Persistent( global() variable
/llvm-project/clang/tools/libclang/
H A DIndexing.cpp587 bool Persistent = requestedToGetTU; clang_indexSourceFile_Impl() local
/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp1554 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 UserFilesAreVolatile,std::unique_ptr<ASTUnit> * ErrAST) LoadFromCompilerInvocationAction() argument