Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp761 const bool skipFunctionBodies = false; in Create() local
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp54 Parser::Parser(Preprocessor &pp, Sema &actions, bool skipFunctionBodies) in Parser()