Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/
DPrecompiledPreamble.h239 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/
DPrecompiledPreamble.h239 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/
DPrecompiledPreamble.h239 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/
DPrecompiledPreamble.h239 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DASTConsumer.h145 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DASTConsumer.h145 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
/aosp_15_r20/external/clang/include/clang/AST/
H A DASTConsumer.h143 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DASTConsumer.h145 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DASTConsumer.h145 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
/aosp_15_r20/external/clang/unittests/Tooling/
H A DToolingTest.cpp243 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function
/aosp_15_r20/external/clang/lib/Frontend/
H A DMultiplexConsumer.cpp355 bool MultiplexConsumer::shouldSkipFunctionBody(Decl *D) { in shouldSkipFunctionBody() function in MultiplexConsumer
/aosp_15_r20/external/clang/tools/libclang/
H A DIndexing.cpp305 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function in __anon757d5f4d0211::IndexingConsumer