Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParser.cpp51 Parser::Parser(Preprocessor &pp, Sema &actions, bool skipFunctionBodies) in Parser() argument
56 SkipFunctionBodies = pp.isCodeCompletionEnabled() || skipFunctionBodies; in Parser()