Searched refs:SkipFunctionBodies (Results 1 – 13 of 13) sorted by relevance
/openbsd/gnu/llvm/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() 1315 if (SkipFunctionBodies && (!DP || Actions.canSkipFunctionBody(DP)) && in ParseFunctionDefinition() 1433 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 | 2502 assert(SkipFunctionBodies && in trySkippingFunctionBody()
|
H A D | ParseObjc.cpp | 2701 if (SkipFunctionBodies && (!MDecl || Actions.canSkipFunctionBody(MDecl)) && in StashAwayMethodOrFunctionBodyTokens()
|
/openbsd/gnu/llvm/clang/include/clang/Parse/ |
H A D | ParseAST.h | 42 bool SkipFunctionBodies = false); 47 bool SkipFunctionBodies = false);
|
H A D | Parser.h | 412 bool SkipFunctionBodies; variable 443 Parser(Preprocessor &PP, Sema &Actions, bool SkipFunctionBodies);
|
/openbsd/gnu/llvm/clang/include/clang/Frontend/ |
H A D | FrontendOptions.h | 307 unsigned SkipFunctionBodies : 1; variable 516 SkipFunctionBodies(false), UseGlobalModuleIndex(true), in FrontendOptions()
|
H A D | ASTUnit.h | 358 SkipFunctionBodiesScope SkipFunctionBodies = SkipFunctionBodiesScope::None; variable 832 SkipFunctionBodiesScope SkipFunctionBodies =
|
/openbsd/gnu/llvm/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1390 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 D | FrontendAction.cpp | 1166 CI.getFrontendOpts().SkipFunctionBodies); in ExecuteAction()
|
/openbsd/gnu/llvm/clang/tools/libclang/ |
H A D | Indexing.cpp | 575 CInvok->getFrontendOpts().SkipFunctionBodies = true; in clang_indexSourceFile_Impl()
|
H A D | CIndex.cpp | 3800 SkipFunctionBodiesScope SkipFunctionBodies = SkipFunctionBodiesScope::None; in clang_parseTranslationUnit_Impl() local 3802 SkipFunctionBodies = in clang_parseTranslationUnit_Impl() 3902 /*AllowPCHWithCompilerErrors=*/true, SkipFunctionBodies, SingleFileParse, in clang_parseTranslationUnit_Impl()
|