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

/external/clang/lib/Frontend/
H A DFrontendAction.cpp191 CI.setASTContext(&AST->getASTContext());
309 CI.setASTContext(0);
366 CI.setASTContext(0);
H A DCompilerInstance.cpp79 void CompilerInstance::setASTContext(ASTContext *Value) { Context = Value; } function in class:CompilerInstance
/external/clang/include/clang/Frontend/
H A DCompilerInstance.h370 /// setASTContext - Replace the current AST context.
371 void setASTContext(ASTContext *Value);
H A DASTUnit.h455 void setASTContext(ASTContext *ctx) { Ctx = ctx; } function in class:clang::ASTUnit
/external/clang/tools/libclang/
H A DIndexing.cpp115 IndexCtx.setASTContext(Context);
192 IndexCtx.setASTContext(CI.getASTContext());
H A DIndexingContext.h358 void setASTContext(ASTContext &ctx);
H A DIndexingContext.cpp198 void IndexingContext::setASTContext(ASTContext &ctx) { function in class:IndexingContext
200 static_cast<ASTUnit*>(CXTU->TUData)->setASTContext(&ctx);

Completed in 160 milliseconds