Home
last modified time | relevance | path

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

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