Home
last modified time | relevance | path

Searched defs:onEndOfTranslationUnit (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.h32 virtual void onEndOfTranslationUnit() {} in onEndOfTranslationUnit() function
51 void onEndOfTranslationUnit() override { in onEndOfTranslationUnit() function
311 void onEndOfTranslationUnit() override { in onEndOfTranslationUnit() function
H A DASTMatchersInternalTest.cpp154 void onEndOfTranslationUnit() override { Called = true; } in onEndOfTranslationUnit() function in clang::ast_matchers::VerifyEndOfTranslationUnit
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-tidy/fuchsia/
DMultipleInheritanceCheck.h30 void onEndOfTranslationUnit() override { InterfaceMap.clear(); } in onEndOfTranslationUnit() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-tidy/fuchsia/
DMultipleInheritanceCheck.h30 void onEndOfTranslationUnit() override { InterfaceMap.clear(); } in onEndOfTranslationUnit() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-tidy/fuchsia/
DMultipleInheritanceCheck.h30 void onEndOfTranslationUnit() override { InterfaceMap.clear(); } in onEndOfTranslationUnit() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-tidy/fuchsia/
DMultipleInheritanceCheck.h30 void onEndOfTranslationUnit() override { InterfaceMap.clear(); } in onEndOfTranslationUnit() function
/aosp_15_r20/external/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h107 virtual void onEndOfTranslationUnit() {} in onEndOfTranslationUnit() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ASTMatchers/
DASTMatchFinder.h107 virtual void onEndOfTranslationUnit() {} in onEndOfTranslationUnit() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ASTMatchers/
DASTMatchFinder.h107 virtual void onEndOfTranslationUnit() {} in onEndOfTranslationUnit() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ASTMatchers/
DASTMatchFinder.h107 virtual void onEndOfTranslationUnit() {} in onEndOfTranslationUnit() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ASTMatchers/
DASTMatchFinder.h107 virtual void onEndOfTranslationUnit() {} in onEndOfTranslationUnit() function
/aosp_15_r20/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp316 void onEndOfTranslationUnit() { in onEndOfTranslationUnit() function in clang::ast_matchers::internal::__anon37a3694d0111::MatchASTVisitor