Searched defs:SkipFunctionBodies (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Parse/ |
H A D | ParseAST.cpp | 104 bool SkipFunctionBodies) { in ParseAST() argument 115 void clang::ParseAST(Sema &S, bool PrintStats, bool SkipFunctionBodies) { in ParseAST() argument
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 362 SkipFunctionBodiesScope SkipFunctionBodies = SkipFunctionBodiesScope::None; variable
|
/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 1767 LoadFromCommandLine(const char ** ArgBegin,const char ** ArgEnd,std::shared_ptr<PCHContainerOperations> PCHContainerOps,IntrusiveRefCntPtr<DiagnosticsEngine> Diags,StringRef ResourceFilesPath,bool StorePreamblesInMemory,StringRef PreambleStoragePath,bool OnlyLocalDecls,CaptureDiagsKind CaptureDiagnostics,ArrayRef<RemappedFile> RemappedFiles,bool RemappedFilesKeepOriginalName,unsigned PrecompilePreambleAfterNParses,TranslationUnitKind TUKind,bool CacheCodeCompletionResults,bool IncludeBriefCommentsInCodeCompletion,bool AllowPCHWithCompilerErrors,SkipFunctionBodiesScope SkipFunctionBodies,bool SingleFileParse,bool UserFilesAreVolatile,bool ForSerialization,bool RetainExcludedConditionalBlocks,std::optional<StringRef> ModuleFormat,std::unique_ptr<ASTUnit> * ErrAST,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) LoadFromCommandLine() argument
|
/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 461 bool SkipFunctionBodies; variable
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 4078 SkipFunctionBodiesScope SkipFunctionBodies = SkipFunctionBodiesScope::None; clang_parseTranslationUnit_Impl() local
|