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

  /external/clang/lib/Index/
IndexingAction.cpp 103 void EndSourceFileAction() override {
104 FrontendAction::EndSourceFileAction();
122 void EndSourceFileAction() override;
127 void WrappingIndexAction::EndSourceFileAction() {
129 WrapperFrontendAction::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() {}
294 void EndSourceFileAction() override;
FrontendActions.h 185 void EndSourceFileAction() override;
  /external/clang/lib/Frontend/
ASTMerge.cpp 82 void ASTMergeAction::EndSourceFileAction() {
83 return AdaptedAction->EndSourceFileAction();
FrontendAction.cpp 484 EndSourceFileAction();
588 void WrapperFrontendAction::EndSourceFileAction() {
589 WrappedAction->EndSourceFileAction();
  /external/bcc/src/cc/frontends/clang/
tp_frontend_action.h 72 void EndSourceFileAction() override;
b_frontend_action.h 160 void EndSourceFileAction() override;
tp_frontend_action.cc 243 void TracepointFrontendAction::EndSourceFileAction() {
b_frontend_action.cc     [all...]
  /external/clang/include/clang/CodeGen/
CodeGenAction.h 47 void EndSourceFileAction() override;
  /external/clang/include/clang/Rewrite/Frontend/
FrontendActions.h 40 void EndSourceFileAction() override;
  /external/clang/include/clang/Tooling/
Tooling.h 122 /// \see clang::FrontendAction::EndSourceFileAction
397 void EndSourceFileAction() override {
400 clang::ASTFrontendAction::EndSourceFileAction();
  /external/v8/tools/clang/translation_unit/
TranslationUnitGenerator.cpp 229 void EndSourceFileAction() override;
264 void CompilationIndexerAction::EndSourceFileAction() {
  /external/clang/lib/Frontend/Rewrite/
FrontendActions.cpp 104 void FixItAction::EndSourceFileAction() {
  /external/clang/unittests/Frontend/
FrontendActionTest.cpp 167 void EndSourceFileAction() override { SeenEnd = Callbacks->SeenEnd; }
190 // Check that EndOfMainFile was called before EndSourceFileAction.
  /external/clang/unittests/Tooling/
CommentHandlerTest.cpp 82 void EndSourceFileAction() override {
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 672 void CodeGenAction::EndSourceFileAction() {
    [all...]

Completed in 900 milliseconds