Home
last modified time | relevance | path

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

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