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

  /external/clang/include/clang/Frontend/
FrontendAction.h 37 FrontendInputFile CurrentInput;
118 assert(!CurrentInput.isEmpty() && "No current file!");
123 return CurrentInput;
127 assert(!CurrentInput.isEmpty() && "No current file!");
128 return CurrentInput.getFile();
132 assert(!CurrentInput.isEmpty() && "No current file!");
133 return CurrentInput.getKind();
145 void setCurrentInput(const FrontendInputFile &CurrentInput, ASTUnit *AST = 0);
  /external/clang/lib/Frontend/
FrontendAction.cpp 122 void FrontendAction::setCurrentInput(const FrontendInputFile &CurrentInput,
124 this->CurrentInput = CurrentInput;

Completed in 19 milliseconds