Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
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
128 new Parser(S.getPreprocessor(), S, SkipFunctionBodies)); in ParseAST()
DParseStmt.cpp1897 if (SkipFunctionBodies && (!Decl || Actions.canSkipFunctionBody(Decl)) && in ParseFunctionStatementBody()
1944 if (SkipFunctionBodies && Actions.canSkipFunctionBody(Decl) && in ParseFunctionTryBlock()
1970 assert(SkipFunctionBodies && in trySkippingFunctionBody()
DParser.cpp76 SkipFunctionBodies = pp.isCodeCompletionEnabled() || skipFunctionBodies; in Parser()
/external/clang/include/clang/Parse/
DParseAST.h40 bool SkipFunctionBodies = false);
45 bool SkipFunctionBodies = false);
DParser.h238 bool SkipFunctionBodies; variable
241 Parser(Preprocessor &PP, Sema &Actions, bool SkipFunctionBodies);
/external/clang/include/clang/Frontend/
DFrontendOptions.h139 unsigned SkipFunctionBodies : 1; ///< Skip over function bodies to variable
275 SkipFunctionBodies(false), UseGlobalModuleIndex(true), in FrontendOptions()
DASTUnit.h852 bool AllowPCHWithCompilerErrors = false, bool SkipFunctionBodies = false,
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp165 CI.getFrontendOpts().SkipFunctionBodies); in ExecuteAction()
/external/clang/unittests/Tooling/
DToolingTest.cpp252 Compiler.getFrontendOpts().SkipFunctionBodies = true; in CreateASTConsumer()
/external/clang/lib/Frontend/
DFrontendAction.cpp539 CI.getFrontendOpts().SkipFunctionBodies); in ExecuteAction()
DASTUnit.cpp1938 bool AllowPCHWithCompilerErrors, bool SkipFunctionBodies, in LoadFromCommandLine() argument
1971 CI->getFrontendOpts().SkipFunctionBodies = SkipFunctionBodies; in LoadFromCommandLine()
/external/clang/tools/libclang/
DIndexing.cpp590 CInvok->getFrontendOpts().SkipFunctionBodies = true; in clang_indexSourceFile_Impl()
DCIndex.cpp3095 bool SkipFunctionBodies = options & CXTranslationUnit_SkipFunctionBodies; in clang_parseTranslationUnit_Impl() local
3174 /*AllowPCHWithCompilerErrors=*/true, SkipFunctionBodies, in clang_parseTranslationUnit_Impl()