Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DCodeCompletion.cpp228 ExternalSource(ASTContext &ChildASTCtxt, FileManager &ChildFM,
262 ExternalSource::ExternalSource(ASTContext &ChildASTCtxt, FileManager &ChildFM, in ExternalSource() argument
264 : ChildTUDeclCtxt(ChildASTCtxt.getTranslationUnitDecl()), in ExternalSource()
268 new ASTImporter(ChildASTCtxt, ChildFM, ParentASTCtxt, ParentFM, in ExternalSource()