Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseAST.cpp103 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 DParser.cpp56 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 DParseCXXInlineMethods.cpp101 if (SkipFunctionBodies && (!FnD || Actions.canSkipFunctionBody(FnD)) && in ParseCXXInlineMethodDef()
H A DParseStmt.cpp2478 assert(SkipFunctionBodies && in trySkippingFunctionBody()
H A DParseObjc.cpp2655 if (SkipFunctionBodies && (!MDecl || Actions.canSkipFunctionBody(MDecl)) && in StashAwayMethodOrFunctionBodyTokens()
/llvm-project-15.0.7/clang/include/clang/Parse/
H A DParseAST.h42 bool SkipFunctionBodies = false);
47 bool SkipFunctionBodies = false);
H A DParser.h407 bool SkipFunctionBodies; variable
438 Parser(Preprocessor &PP, Sema &Actions, bool SkipFunctionBodies);
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendOptions.h309 unsigned SkipFunctionBodies : 1; variable
511 SkipFunctionBodies(false), UseGlobalModuleIndex(true), in FrontendOptions()
H A DASTUnit.h359 SkipFunctionBodiesScope SkipFunctionBodies = SkipFunctionBodiesScope::None; variable
833 SkipFunctionBodiesScope SkipFunctionBodies =
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp1362 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 DFrontendAction.cpp1145 CI.getFrontendOpts().SkipFunctionBodies); in ExecuteAction()
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DPreamble.cpp516 assert(!CI.getFrontendOpts().SkipFunctionBodies); in buildPreamble()
517 CI.getFrontendOpts().SkipFunctionBodies = true; in buildPreamble()
546 CI.getFrontendOpts().SkipFunctionBodies = false; in buildPreamble()
H A DCodeComplete.cpp1250 FrontendOpts.SkipFunctionBodies = true; in semaCodeComplete()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DIndexAction.cpp178 CI.getFrontendOpts().SkipFunctionBodies = true; in BeginInvocation()
/llvm-project-15.0.7/clang/unittests/Sema/
H A DExternalSemaSourceTest.cpp211 CI.getFrontendOpts().SkipFunctionBodies); in ExecuteAction()
/llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/
H A DIncludeFixer.cpp58 Compiler->getFrontendOpts().SkipFunctionBodies); in ExecuteAction()
/llvm-project-15.0.7/clang/tools/libclang/
H A DIndexing.cpp575 CInvok->getFrontendOpts().SkipFunctionBodies = true; in clang_indexSourceFile_Impl()
H A DCIndex.cpp3772 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 DToolingTest.cpp477 Compiler.getFrontendOpts().SkipFunctionBodies = true; in CreateASTConsumer()