Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
DParseStmt.cpp2446 if (SkipFunctionBodies && (!Decl || Actions.canSkipFunctionBody(Decl)) && in ParseFunctionStatementBody()
2488 if (SkipFunctionBodies && Actions.canSkipFunctionBody(Decl) && in ParseFunctionTryBlock()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
DSema.h1565 bool canSkipFunctionBody(Decl *D);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaDecl.cpp9702 bool Sema::canSkipFunctionBody(Decl *D) { in canSkipFunctionBody() function in Sema