Home
last modified time | relevance | path

Searched refs:Persistent (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DExternalASTMerger.cpp164 Decl *Persistent = SourceMerger->FindOriginalDecl(FromD); in ImportImpl() local
166 if (!Persistent) in ImportImpl()
170 ASTContext &PersistentCtx = Persistent->getASTContext(); in ImportImpl()
175 auto DeclOrErr = OtherImporter.Import(Persistent); in ImportImpl()
/llvm-project-15.0.7/clang/tools/libclang/
H A DIndexing.cpp588 bool Persistent = requestedToGetTU; in clang_indexSourceFile_Impl() local
621 IndexAction.get(), UPtr, Persistent, CXXIdx->getClangResourcesPath(), in clang_indexSourceFile_Impl()
/llvm-project-15.0.7/lldb/tools/lldb-test/
H A Dlldb-test.cpp82 static cl::opt<bool> Persistent( variable
383 if (!Persistent) in evaluateBreakpoints()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DASTUnit.h757 bool Persistent = true, StringRef ResourceFilesPath = StringRef(),
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp1504 ASTUnit *Unit, bool Persistent, StringRef ResourceFilesPath, in LoadFromCompilerInvocationAction() argument
1605 if (Persistent && !TrackerAct) { in LoadFromCompilerInvocationAction()