Home
last modified time | relevance | path

Searched defs:SkipFunctionBodies (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/llvm/tools/clang/lib/Parse/
HDParseAST.cpp89 bool SkipFunctionBodies) { in ParseAST()
99 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { in ParseAST()
/trueos/contrib/llvm/tools/clang/include/clang/Frontend/
HDFrontendOptions.h136 unsigned SkipFunctionBodies : 1; ///< Skip over function bodies to variable
/trueos/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h218 bool SkipFunctionBodies; variable
/trueos/contrib/llvm/tools/clang/lib/Frontend/
HDASTUnit.cpp1995 bool SkipFunctionBodies, in LoadFromCommandLine()