Home
last modified time | relevance | path

Searched defs:LOpts (Results 1 – 7 of 7) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp837 RefCountReport(const RefCountBug & D,const LangOptions & LOpts,ExplodedNode * n,SymbolRef sym,bool isLeak) RefCountReport() argument
845 RefCountReport(const RefCountBug & D,const LangOptions & LOpts,ExplodedNode * n,SymbolRef sym,StringRef endText) RefCountReport() argument
987 RefLeakReport(const RefCountBug & D,const LangOptions & LOpts,ExplodedNode * N,SymbolRef Sym,CheckerContext & Ctx) RefLeakReport() argument
H A DRetainCountChecker.cpp1096 const LangOptions &LOpts = C.getASTContext().getLangOpts(); in checkReturnWithRetEffect() local
1275 const LangOptions &LOpts = Ctx.getASTContext().getLangOpts(); in handleAutoreleaseCounts() local
1319 const LangOptions &LOpts = Ctx.getASTContext().getLangOpts(); in processLeaks() local
/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp213 EmitAssemblyHelper(DiagnosticsEngine & _Diags,const HeaderSearchOptions & HeaderSearchOpts,const CodeGenOptions & CGOpts,const clang::TargetOptions & TOpts,const LangOptions & LOpts,llvm::Module * M,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) EmitAssemblyHelper() argument
1192 runThinLTOBackend(DiagnosticsEngine & Diags,ModuleSummaryIndex * CombinedIndex,llvm::Module * M,const HeaderSearchOptions & HeaderOpts,const CodeGenOptions & CGOpts,const clang::TargetOptions & TOpts,const LangOptions & LOpts,std::unique_ptr<raw_pwrite_stream> OS,std::string SampleProfile,std::string ProfileRemapping,BackendAction Action) runThinLTOBackend() argument
1296 EmitBackendOutput(DiagnosticsEngine & Diags,const HeaderSearchOptions & HeaderOpts,const CodeGenOptions & CGOpts,const clang::TargetOptions & TOpts,const LangOptions & LOpts,StringRef TDesc,llvm::Module * M,BackendAction Action,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,std::unique_ptr<raw_pwrite_stream> OS,BackendConsumer * BC) EmitBackendOutput() argument
H A DCodeGenModule.cpp1665 const auto &LOpts = CGM.getLangOpts(); shouldAssumeDSOLocal() local
/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp511 : RewriteObjC(inFile, std::move(OS), D, LOpts, silenceMacroWarn) {} in RewriteObjCFragileABI() argument
579 : Diags(D), LangOpts(LOpts), InFileName(inFile), OutFile(std::move(OS)), in RewriteObjC() argument
595 CreateObjCRewriter(const std::string & InFile,std::unique_ptr<raw_ostream> OS,DiagnosticsEngine & Diags,const LangOptions & LOpts,bool SilenceRewriteMacroWarning) CreateObjCRewriter() argument
H A DRewriteModernObjC.cpp645 RewriteModernObjC(std::string inFile,std::unique_ptr<raw_ostream> OS,DiagnosticsEngine & D,const LangOptions & LOpts,bool silenceMacroWarn,bool LineInfo) RewriteModernObjC() argument
665 CreateModernObjCRewriter(const std::string & InFile,std::unique_ptr<raw_ostream> OS,DiagnosticsEngine & Diags,const LangOptions & LOpts,bool SilenceRewriteMacroWarning,bool LineInfo) CreateModernObjCRewriter() argument
/llvm-project/clang/lib/AST/
H A DASTContext.cpp872 ASTContext(LangOptions & LOpts,SourceManager & SM,IdentifierTable & idents,SelectorTable & sels,Builtin::Context & builtins,TranslationUnitKind TUKind) ASTContext() argument