Searched refs:SkipFunctionBodies (Results 1 – 9 of 9) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseAST.cpp | 88 bool SkipFunctionBodies) { in ParseAST() argument 96 ParseAST(*S.get(), PrintStats, SkipFunctionBodies); in ParseAST() 99 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { in ParseAST() argument 113 new Parser(S.getPreprocessor(), S, SkipFunctionBodies)); in ParseAST()
|
| HD | ParseStmt.cpp | 1864 if (SkipFunctionBodies && (!Decl || Actions.canSkipFunctionBody(Decl)) && in ParseFunctionStatementBody() 1906 if (SkipFunctionBodies && Actions.canSkipFunctionBody(Decl) && in ParseFunctionTryBlock() 1927 assert(SkipFunctionBodies && in trySkippingFunctionBody()
|
| HD | Parser.cpp | 76 SkipFunctionBodies = pp.isCodeCompletionEnabled() || skipFunctionBodies; in Parser()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Parse/ |
| HD | ParseAST.h | 40 bool SkipFunctionBodies = false); 45 bool SkipFunctionBodies = false);
|
| HD | Parser.h | 237 bool SkipFunctionBodies; variable 240 Parser(Preprocessor &PP, Sema &Actions, bool SkipFunctionBodies);
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/ |
| HD | FrontendOptions.h | 138 unsigned SkipFunctionBodies : 1; ///< Skip over function bodies to variable 261 SkipFunctionBodies(false), UseGlobalModuleIndex(true), in FrontendOptions()
|
| HD | ASTUnit.h | 846 bool AllowPCHWithCompilerErrors = false, bool SkipFunctionBodies = false,
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | FrontendAction.cpp | 537 CI.getFrontendOpts().SkipFunctionBodies); in ExecuteAction()
|
| HD | ASTUnit.cpp | 1938 bool AllowPCHWithCompilerErrors, bool SkipFunctionBodies, in LoadFromCommandLine() argument 1971 CI->getFrontendOpts().SkipFunctionBodies = SkipFunctionBodies; in LoadFromCommandLine()
|