Home
last modified time | relevance | path

Searched refs:shouldSkipFunctionBody (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTConsumer.h154 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDecl.cpp10715 return Consumer.shouldSkipFunctionBody(D); in canSkipFunctionBody()