Home
last modified time | relevance | path

Searched defs:ParentCI (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp210 const CompilerInstance *ParentCI; member in clang::IncrementalSyntaxOnlyAction
213 IncrementalSyntaxOnlyAction(const CompilerInstance *ParentCI) in IncrementalSyntaxOnlyAction() argument
358 codeComplete(CompilerInstance * InterpCI,llvm::StringRef Content,unsigned Line,unsigned Col,const CompilerInstance * ParentCI,std::vector<std::string> & CCResults) codeComplete() argument
/llvm-project/clang/unittests/Interpreter/
H A DCodeCompletionTest.cpp53 auto *ParentCI = this->Interp->getCompilerInstance(); in runComp() local