Home | History | Annotate | Download | only in Frontend

Lines Matching refs:CompilerInstance

15 #include "clang/Frontend/CompilerInstance.h"
135 ASTConsumer* FrontendAction::CreateWrappedASTConsumer(CompilerInstance &CI,
168 bool FrontendAction::BeginSourceFile(CompilerInstance &CI,
202 // file, otherwise the CompilerInstance will happily destroy them.
407 CompilerInstance &CI = getCompilerInstance();
428 CompilerInstance &CI = getCompilerInstance();
493 CompilerInstance &CI = getCompilerInstance();
518 PreprocessorFrontendAction::CreateASTConsumer(CompilerInstance &CI,
523 ASTConsumer *WrapperFrontendAction::CreateASTConsumer(CompilerInstance &CI,
527 bool WrapperFrontendAction::BeginInvocation(CompilerInstance &CI) {
530 bool WrapperFrontendAction::BeginSourceFileAction(CompilerInstance &CI,