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

  /external/clang/lib/Frontend/
ASTMerge.cpp 77 void ASTMergeAction::EndSourceFileAction() {
78 return AdaptedAction->EndSourceFileAction();
FrontendAction.cpp 345 EndSourceFileAction();
443 void WrapperFrontendAction::EndSourceFileAction() {
444 WrappedAction->EndSourceFileAction();
  /external/clang/include/clang/Frontend/
FrontendAction.h 66 /// ExecutionAction() and EndSourceFileAction() will not be called.
73 /// EndSourceFileAction() will not be called.
83 /// BeginSourceFileAction() and \see EndSourceFileAction().
86 /// EndSourceFileAction - Callback at the end of processing a single input;
89 virtual void EndSourceFileAction() {}
260 virtual void EndSourceFileAction();
  /external/clang/lib/Rewrite/
FrontendActions.cpp 104 void FixItAction::EndSourceFileAction() {
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 281 void CodeGenAction::EndSourceFileAction() {
  /external/clang/tools/libclang/
Indexing.cpp 199 virtual void EndSourceFileAction() {

Completed in 108 milliseconds