Home
last modified time | relevance | path

Searched refs:canSkipFunctionBody (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Parse/
DParseStmt.cpp1897 if (SkipFunctionBodies && (!Decl || Actions.canSkipFunctionBody(Decl)) && in ParseFunctionStatementBody()
1944 if (SkipFunctionBodies && Actions.canSkipFunctionBody(Decl) && in ParseFunctionTryBlock()
/external/clang/include/clang/Sema/
DSema.h1767 bool canSkipFunctionBody(Decl *D);
/external/clang/lib/Sema/
DSemaDecl.cpp11008 bool Sema::canSkipFunctionBody(Decl *D) { in canSkipFunctionBody() function in Sema