Searched defs:SkipFunctionBodies (Results 1 - 4 of 4) sorted by relevance
/external/clang/lib/Parse/ |
H A D | ParseAST.cpp | 103 bool SkipFunctionBodies) { 111 ParseAST(*S.get(), PrintStats, SkipFunctionBodies); 114 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { argument 128 new Parser(S.getPreprocessor(), S, SkipFunctionBodies)); 99 ParseAST(Preprocessor &PP, ASTConsumer *Consumer, ASTContext &Ctx, bool PrintStats, TranslationUnitKind TUKind, CodeCompleteConsumer *CompletionConsumer, bool SkipFunctionBodies) argument
|
/external/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1938 bool AllowPCHWithCompilerErrors, bool SkipFunctionBodies, 1971 CI->getFrontendOpts().SkipFunctionBodies = SkipFunctionBodies; 1930 LoadFromCommandLine( const char **ArgBegin, const char **ArgEnd, std::shared_ptr<PCHContainerOperations> PCHContainerOps, IntrusiveRefCntPtr<DiagnosticsEngine> Diags, StringRef ResourceFilesPath, bool OnlyLocalDecls, bool CaptureDiagnostics, ArrayRef<RemappedFile> RemappedFiles, bool RemappedFilesKeepOriginalName, unsigned PrecompilePreambleAfterNParses, TranslationUnitKind TUKind, bool CacheCodeCompletionResults, bool IncludeBriefCommentsInCodeCompletion, bool AllowPCHWithCompilerErrors, bool SkipFunctionBodies, bool UserFilesAreVolatile, bool ForSerialization, llvm::Optional<StringRef> ModuleFormat, std::unique_ptr<ASTUnit> *ErrAST) argument
|
/external/clang/include/clang/Parse/ |
H A D | Parser.h | 238 bool SkipFunctionBodies; member in class:clang::Parser 241 Parser(Preprocessor &PP, Sema &Actions, bool SkipFunctionBodies);
|
/external/clang/tools/libclang/ |
H A D | CIndex.cpp | 3095 bool SkipFunctionBodies = options & CXTranslationUnit_SkipFunctionBodies; local 3174 /*AllowPCHWithCompilerErrors=*/true, SkipFunctionBodies,
|
Completed in 137 milliseconds