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

  /external/clang/include/clang/Rewrite/Frontend/
FrontendActions.h 40 virtual void EndSourceFileAction();
  /external/clang/include/clang/Frontend/
FrontendAction.h 72 /// ExecuteAction() and EndSourceFileAction() will not be called.
78 /// EndSourceFileAction() will not be called.
88 /// and EndSourceFileAction().
95 virtual void EndSourceFileAction() {}
266 virtual void EndSourceFileAction();
FrontendActions.h 159 virtual void EndSourceFileAction();
  /external/clang/include/clang/Tooling/
Tooling.h 253 virtual void EndSourceFileAction() {
256 clang::ASTFrontendAction::EndSourceFileAction();
  /external/clang/lib/Frontend/
ASTMerge.cpp 78 void ASTMergeAction::EndSourceFileAction() {
79 return AdaptedAction->EndSourceFileAction();
FrontendAction.cpp 399 EndSourceFileAction();
497 void WrapperFrontendAction::EndSourceFileAction() {
498 WrappedAction->EndSourceFileAction();
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 45 virtual void EndSourceFileAction();
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 82 virtual void EndSourceFileAction() {
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 104 void FixItAction::EndSourceFileAction() {
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 283 void CodeGenAction::EndSourceFileAction() {
  /external/clang/tools/libclang/
Indexing.cpp 451 virtual void EndSourceFileAction() {
    [all...]

Completed in 207 milliseconds