Home
last modified time | relevance | path

Searched defs:TUKind (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseAST.cpp102 TranslationUnitKind TUKind, in ParseAST() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTUnit.h158 TranslationUnitKind TUKind = TU_Complete; variable
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp446 createPreprocessor(TranslationUnitKind TUKind) createPreprocessor() argument
746 createSema(TranslationUnitKind TUKind,CodeCompleteConsumer * CompletionConsumer) createSema() argument
H A DASTUnit.cpp1713 LoadFromCompilerInvocation(std::shared_ptr<CompilerInvocation> CI,std::shared_ptr<PCHContainerOperations> PCHContainerOps,IntrusiveRefCntPtr<DiagnosticsEngine> Diags,FileManager * FileMgr,bool OnlyLocalDecls,CaptureDiagsKind CaptureDiagnostics,unsigned PrecompilePreambleAfterNParses,TranslationUnitKind TUKind,bool CacheCodeCompletionResults,bool IncludeBriefCommentsInCodeCompletion,bool UserFilesAreVolatile) LoadFromCompilerInvocation() argument
1752 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
/freebsd-src/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp84 Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts,DiagnosticsEngine & diags,const LangOptions & opts,SourceManager & SM,HeaderSearch & Headers,ModuleLoader & TheModuleLoader,IdentifierInfoLookup * IILookup,bool OwnsHeaders,TranslationUnitKind TUKind) Preprocessor() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp190 Sema(Preprocessor & pp,ASTContext & ctxt,ASTConsumer & consumer,TranslationUnitKind TUKind,CodeCompleteConsumer * CodeCompleter) Sema() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h639 const TranslationUnitKind TUKind; global() variable
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1498 const TranslationUnitKind TUKind; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp871 ASTContext(LangOptions & LOpts,SourceManager & SM,IdentifierTable & idents,SelectorTable & sels,Builtin::Context & builtins,TranslationUnitKind TUKind) ASTContext() argument