Searched refs:skipFunctionBodies (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp730 const bool skipFunctionBodies = false; local
732 instance->getPreprocessor(), instance->getSema(), skipFunctionBodies));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp51 Parser::Parser(Preprocessor &pp, Sema &actions, bool skipFunctionBodies) argument
56 SkipFunctionBodies = pp.isCodeCompletionEnabled() || skipFunctionBodies;

Completed in 96 milliseconds