Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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()
1315 if (SkipFunctionBodies && (!DP || Actions.canSkipFunctionBody(DP)) && in ParseFunctionDefinition()
1433 if (SkipFunctionBodies && (!Res || Actions.canSkipFunctionBody(Res)) && in ParseFunctionDefinition()
H A DParseCXXInlineMethods.cpp101 if (SkipFunctionBodies && (!FnD || Actions.canSkipFunctionBody(FnD)) && in ParseCXXInlineMethodDef()
H A DParseStmt.cpp2502 assert(SkipFunctionBodies && in trySkippingFunctionBody()
H A DParseObjc.cpp2701 if (SkipFunctionBodies && (!MDecl || Actions.canSkipFunctionBody(MDecl)) && in StashAwayMethodOrFunctionBodyTokens()
/openbsd/gnu/llvm/clang/include/clang/Parse/
H A DParseAST.h42 bool SkipFunctionBodies = false);
47 bool SkipFunctionBodies = false);
H A DParser.h412 bool SkipFunctionBodies; variable
443 Parser(Preprocessor &PP, Sema &Actions, bool SkipFunctionBodies);
/openbsd/gnu/llvm/clang/include/clang/Frontend/
H A DFrontendOptions.h307 unsigned SkipFunctionBodies : 1; variable
516 SkipFunctionBodies(false), UseGlobalModuleIndex(true), in FrontendOptions()
H A DASTUnit.h358 SkipFunctionBodiesScope SkipFunctionBodies = SkipFunctionBodiesScope::None; variable
832 SkipFunctionBodiesScope SkipFunctionBodies =
/openbsd/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp1390 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies; in getMainBufferWithPrecompiledPreamble()
1391 if (SkipFunctionBodies == SkipFunctionBodiesScope::Preamble) in getMainBufferWithPrecompiledPreamble()
1392 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = true; in getMainBufferWithPrecompiledPreamble()
1398 PreambleInvocationIn.getFrontendOpts().SkipFunctionBodies = in getMainBufferWithPrecompiledPreamble()
1744 bool AllowPCHWithCompilerErrors, SkipFunctionBodiesScope SkipFunctionBodies, in LoadFromCommandLine() argument
1782 CI->getFrontendOpts().SkipFunctionBodies = in LoadFromCommandLine()
1783 SkipFunctionBodies == SkipFunctionBodiesScope::PreambleAndMainFile; in LoadFromCommandLine()
1809 AST->SkipFunctionBodies = SkipFunctionBodies; in LoadFromCommandLine()
H A DFrontendAction.cpp1166 CI.getFrontendOpts().SkipFunctionBodies); in ExecuteAction()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp575 CInvok->getFrontendOpts().SkipFunctionBodies = true; in clang_indexSourceFile_Impl()
H A DCIndex.cpp3800 SkipFunctionBodiesScope SkipFunctionBodies = SkipFunctionBodiesScope::None; in clang_parseTranslationUnit_Impl() local
3802 SkipFunctionBodies = in clang_parseTranslationUnit_Impl()
3902 /*AllowPCHWithCompilerErrors=*/true, SkipFunctionBodies, SingleFileParse, in clang_parseTranslationUnit_Impl()