Searched refs:setASTContext (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Frontend/
H A DFrontendAction.cpp206 CI.setASTContext(&AST->getASTContext());
392 CI.setASTContext(nullptr);
449 CI.setASTContext(nullptr);
H A DCompilerInstance.cpp98 void CompilerInstance::setASTContext(ASTContext *Value) { Context = Value; } function in class:CompilerInstance
/external/clang/include/clang/Frontend/
H A DCompilerInstance.h426 /// setASTContext - Replace the current AST context.
427 void setASTContext(ASTContext *Value);
H A DASTUnit.h496 void setASTContext(ASTContext *ctx) { Ctx = ctx; } function in class:clang::ASTUnit
/external/clang/tools/libclang/
H A DIndexingContext.h342 void setASTContext(ASTContext &ctx);
H A DIndexing.cpp314 IndexCtx.setASTContext(Context);
426 IndexCtx.setASTContext(CI.getASTContext());
H A DIndexingContext.cpp196 void IndexingContext::setASTContext(ASTContext &ctx) { function in class:IndexingContext
198 cxtu::getASTUnit(CXTU)->setASTContext(&ctx);
/external/lldb/source/Expression/
H A DClangExpressionParser.cpp369 m_compiler->setASTContext(ast_context.release());

Completed in 151 milliseconds