| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseAST.cpp | 103 bool SkipFunctionBodies) { in ParseAST() argument 111 ParseAST(*S.get(), PrintStats, SkipFunctionBodies); in ParseAST() 114 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { in ParseAST() argument 132 new Parser(S.getPreprocessor(), S, SkipFunctionBodies)); in ParseAST()
|
| H A D | Parser.cpp | 56 SkipFunctionBodies = pp.isCodeCompletionEnabled() || skipFunctionBodies; in Parser() 1282 if (SkipFunctionBodies && (!DP || Actions.canSkipFunctionBody(DP)) && in ParseFunctionDefinition() 1400 if (SkipFunctionBodies && (!Res || Actions.canSkipFunctionBody(Res)) && in ParseFunctionDefinition()
|
| H A D | ParseCXXInlineMethods.cpp | 101 if (SkipFunctionBodies && (!FnD || Actions.canSkipFunctionBody(FnD)) && in ParseCXXInlineMethodDef()
|
| H A D | ParseStmt.cpp | 2478 assert(SkipFunctionBodies && in trySkippingFunctionBody()
|
| H A D | ParseObjc.cpp | 2655 if (SkipFunctionBodies && (!MDecl || Actions.canSkipFunctionBody(MDecl)) && in StashAwayMethodOrFunctionBodyTokens()
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | ParseAST.h | 42 bool SkipFunctionBodies = false); 47 bool SkipFunctionBodies = false);
|
| H A D | Parser.h | 407 bool SkipFunctionBodies; variable 438 Parser(Preprocessor &PP, Sema &Actions, bool SkipFunctionBodies);
|
| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | FrontendOptions.h | 309 unsigned SkipFunctionBodies : 1; variable 511 SkipFunctionBodies(false), UseGlobalModuleIndex(true), in FrontendOptions()
|
| H A D | ASTUnit.h | 359 SkipFunctionBodiesScope SkipFunctionBodies = SkipFunctionBodiesScope::None; variable 833 SkipFunctionBodiesScope SkipFunctionBodies =
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 1362 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies; in getMainBufferWithPrecompiledPreamble() 1363 if (SkipFunctionBodies == SkipFunctionBodiesScope::Preamble) in getMainBufferWithPrecompiledPreamble() 1364 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = true; in getMainBufferWithPrecompiledPreamble() 1370 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = in getMainBufferWithPrecompiledPreamble() 1716 bool AllowPCHWithCompilerErrors, SkipFunctionBodiesScope SkipFunctionBodies, in LoadFromCommandLine() argument 1755 CI->getFrontendOpts().SkipFunctionBodies = in LoadFromCommandLine() 1756 SkipFunctionBodies == SkipFunctionBodiesScope::PreambleAndMainFile; in LoadFromCommandLine() 1782 AST->SkipFunctionBodies = SkipFunctionBodies; in LoadFromCommandLine()
|
| H A D | FrontendAction.cpp | 1145 CI.getFrontendOpts().SkipFunctionBodies); in ExecuteAction()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Preamble.cpp | 516 assert(!CI.getFrontendOpts().SkipFunctionBodies); in buildPreamble() 517 CI.getFrontendOpts().SkipFunctionBodies = true; in buildPreamble() 546 CI.getFrontendOpts().SkipFunctionBodies = false; in buildPreamble()
|
| H A D | CodeComplete.cpp | 1250 FrontendOpts.SkipFunctionBodies = true; in semaCodeComplete()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | IndexAction.cpp | 178 CI.getFrontendOpts().SkipFunctionBodies = true; in BeginInvocation()
|
| /llvm-project-15.0.7/clang/unittests/Sema/ |
| H A D | ExternalSemaSourceTest.cpp | 211 CI.getFrontendOpts().SkipFunctionBodies); in ExecuteAction()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/ |
| H A D | IncludeFixer.cpp | 58 Compiler->getFrontendOpts().SkipFunctionBodies); in ExecuteAction()
|
| /llvm-project-15.0.7/clang/tools/libclang/ |
| H A D | Indexing.cpp | 575 CInvok->getFrontendOpts().SkipFunctionBodies = true; in clang_indexSourceFile_Impl()
|
| H A D | CIndex.cpp | 3772 SkipFunctionBodiesScope SkipFunctionBodies = SkipFunctionBodiesScope::None; in clang_parseTranslationUnit_Impl() local 3774 SkipFunctionBodies = in clang_parseTranslationUnit_Impl() 3872 /*AllowPCHWithCompilerErrors=*/true, SkipFunctionBodies, SingleFileParse, in clang_parseTranslationUnit_Impl()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | ToolingTest.cpp | 477 Compiler.getFrontendOpts().SkipFunctionBodies = true; in CreateASTConsumer()
|