Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp772 const bool skipFunctionBodies = false; in Create() local
774 instance->getPreprocessor(), instance->getSema(), skipFunctionBodies)); in Create()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp53 Parser::Parser(Preprocessor &pp, Sema &actions, bool skipFunctionBodies) in Parser() argument
58 SkipFunctionBodies = pp.isCodeCompletionEnabled() || skipFunctionBodies; in Parser()