Lines Matching refs:Act
789 bool CompilerInstance::ExecuteAction(FrontendAction &Act) {836 if (hasSourceManager() && !Act.isModelParsingAction())839 if (Act.BeginSourceFile(*this, FIF)) {840 Act.Execute();841 Act.EndSourceFile();