Searched defs:SkipFunctionBodies (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Parse/
H A DParseAST.cpp103 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 DASTUnit.cpp1938 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 DParser.h238 bool SkipFunctionBodies; member in class:clang::Parser
241 Parser(Preprocessor &PP, Sema &Actions, bool SkipFunctionBodies);
/external/clang/tools/libclang/
H A DCIndex.cpp3095 bool SkipFunctionBodies = options & CXTranslationUnit_SkipFunctionBodies; local
3174 /*AllowPCHWithCompilerErrors=*/true, SkipFunctionBodies,

Completed in 137 milliseconds