HomeSort by relevance Sort by last modified time
    Searched defs:FrontendAction (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Frontend/
FrontendAction.cpp 1 //===--- FrontendAction.cpp -----------------------------------------------===//
10 #include "clang/Frontend/FrontendAction.h"
82 FrontendAction::FrontendAction() : Instance(0) {}
84 FrontendAction::~FrontendAction() {}
86 void FrontendAction::setCurrentFile(StringRef Value, InputKind Kind,
93 ASTConsumer* FrontendAction::CreateWrappedASTConsumer(CompilerInstance &CI,
116 FrontendAction* c = P.get();
126 bool FrontendAction::BeginSourceFile(CompilerInstance &CI
    [all...]
  /external/clang/include/clang/Frontend/
FrontendAction.h 1 //===-- FrontendAction.h - Generic Frontend Action Interface ----*- C++ -*-===//
44 /// FrontendAction - Abstract base class for actions which can be performed by
46 class FrontendAction {
112 FrontendAction();
113 virtual ~FrontendAction();
220 class ASTFrontendAction : public FrontendAction {
251 class PreprocessorFrontendAction : public FrontendAction {
254 /// this method should never be called by FrontendAction clients.
265 /// implements every virtual method in the FrontendAction interface by
267 class WrapperFrontendAction : public FrontendAction {
    [all...]

Completed in 37 milliseconds