| /NextBSD/contrib/llvm/tools/clang/include/clang/Lex/ |
| HD | Lexer.h | 54 LangOptions LangOpts; // LangOpts enabled by this language (cache). 108 Lexer(SourceLocation FileLoc, const LangOptions &LangOpts, 115 const SourceManager &SM, const LangOptions &LangOpts); 128 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() 250 const LangOptions &LangOpts, 260 const LangOptions &LangOpts, 274 const LangOptions &LangOpts, 283 const LangOptions &LangOpts); 289 const LangOptions &LangOpts, 297 const LangOptions &LangOpts); [all …]
|
| HD | LiteralSupport.h | 34 class LangOptions; variable 87 static bool isValidUDSuffix(const LangOptions &LangOpts, StringRef Suffix); 185 const LangOptions &Features; 202 const SourceManager &sm, const LangOptions &features,
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Tooling/Core/ |
| HD | Replacement.h | 92 const LangOptions &LangOpts = LangOptions()); 98 const LangOptions &LangOpts = LangOptions()); 126 const LangOptions &LangOpts); 226 const LangOptions &LangOpts) { in Replacement()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Rewrite/Core/ |
| HD | Rewriter.h | 25 class LangOptions; variable 33 const LangOptions *LangOpts; 56 explicit Rewriter(SourceManager &SM, const LangOptions &LO) in Rewriter() 60 void setSourceMgr(SourceManager &SM, const LangOptions &LO) { in setSourceMgr() 65 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Edit/ |
| HD | EditedSource.h | 20 class LangOptions; variable 29 const LangOptions &LangOpts; 47 EditedSource(const SourceManager &SM, const LangOptions &LangOpts, 53 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts()
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| HD | CheckObjCDealloc.cpp | 81 const LangOptions &LOpts, BugReporter &BR) { in checkObjCDealloc() 83 assert (LOpts.getGC() != LangOptions::GCOnly); in checkObjCDealloc() 150 const char* name = LOpts.getGC() == LangOptions::NonGC in checkObjCDealloc() 202 name = LOpts.getGC() == LangOptions::NonGC in checkObjCDealloc() 210 name = LOpts.getGC() == LangOptions::NonGC in checkObjCDealloc() 238 if (mgr.getLangOpts().getGC() == LangOptions::GCOnly) in checkASTDecl()
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CoverageMappingGen.h | 28 class LangOptions; variable 88 const LangOptions &LangOpts; 93 const LangOptions &LangOpts) in CoverageMappingGen() 97 const LangOptions &LangOpts, in CoverageMappingGen()
|
| HD | CodeGenTBAA.h | 30 class LangOptions; variable 51 const LangOptions &Features; 97 const LangOptions &Features,
|
| /NextBSD/contrib/llvm/tools/clang/lib/Basic/ |
| HD | LangOptions.cpp | 17 LangOptions::LangOptions() { in LangOptions() function in LangOptions 23 void LangOptions::resetNonModularOptions() { in resetNonModularOptions()
|
| HD | Targets.cpp | 43 const LangOptions &Opts) { in DefineStd() 74 virtual void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, 78 void getTargetDefines(const LangOptions &Opts, in getTargetDefines() 88 static void getDarwinDefines(MacroBuilder &Builder, const LangOptions &Opts, in getDarwinDefines() 105 if (Opts.getGC() != LangOptions::NonGC) in getDarwinDefines() 192 void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, in getOSDefines() 213 void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, in getOSDefines() 252 void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, in getOSDefines() 281 void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, in getOSDefines() 334 void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, in getOSDefines() [all …]
|
| HD | IdentifierTable.cpp | 74 IdentifierTable::IdentifierTable(const LangOptions &LangOpts, in IdentifierTable() 129 static KeywordStatus getKeywordStatus(const LangOptions &LangOpts, in getKeywordStatus() 159 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword() 164 !LangOpts.isCompatibleWithMSVC(LangOptions::MSVC2015)) in AddKeyword() 199 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) { in AddKeywords() 233 static KeywordStatus getTokenKwStatus(const LangOptions &LangOpts, in getTokenKwStatus() 245 bool IdentifierInfo::isKeyword(const LangOptions &LangOpts) { in isKeyword()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Rewrite/Frontend/ |
| HD | ASTConsumers.h | 25 class LangOptions; variable 32 DiagnosticsEngine &Diags, const LangOptions &LOpts, 36 DiagnosticsEngine &Diags, const LangOptions &LOpts,
|
| /NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| HD | PlistDiagnostics.cpp | 32 const LangOptions &LangOpts; 37 const LangOptions &LangOpts, 61 const LangOptions &LO, in PlistDiagnostics() 87 const LangOptions &LangOpts, in ReportControlFlow() 140 const LangOptions &LangOpts, in ReportEvent() 199 const LangOptions &LangOpts, 208 const LangOptions &LangOpts, in ReportCall() 243 const LangOptions &LangOpts, in ReportMacro() 255 const LangOptions &LangOpts) { in ReportDiag() 262 const LangOptions &LangOpts, in ReportPiece()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Frontend/ |
| HD | CompilerInvocation.h | 57 std::shared_ptr<LangOptions> LangOpts; 76 LangOptions *getLangOpts() { return LangOpts.get(); } in getLangOpts() 77 const LangOptions *getLangOpts() const { return LangOpts.get(); } in getLangOpts() 157 static void setLangDefaults(LangOptions &Opts, InputKind IK,
|
| HD | LogDiagnosticPrinter.h | 20 class LangOptions; variable 54 const LangOptions *LangOpts; 73 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override { in BeginSourceFile()
|
| HD | DiagnosticRenderer.h | 28 class LangOptions; variable 48 const LangOptions &LangOpts; 70 DiagnosticRenderer(const LangOptions &LangOpts, 155 DiagnosticNoteRenderer(const LangOptions &LangOpts, in DiagnosticNoteRenderer()
|
| HD | PCHContainerOperations.h | 31 class LangOptions; variable 54 const LangOptions &LO, const std::string &MainFileName, 83 const LangOptions &LO, const std::string &MainFileName,
|
| HD | TextDiagnosticPrinter.h | 25 class LangOptions; variable 50 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override;
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | PrettyPrinter.h | 22 class LangOptions; variable 37 PrintingPolicy(const LangOptions &LO) in PrintingPolicy() 48 LangOptions LangOpts;
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| HD | AnalysisManager.h | 37 const LangOptions &LangOpts; 50 const LangOptions &lang, 94 const LangOptions &getLangOpts() const { in getLangOpts()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Basic/ |
| HD | LangOptions.h | 48 class LangOptions : public LangOptionsBase { 112 LangOptions(); 146 FPOptions(const LangOptions &LangOpts) : in FPOptions()
|
| HD | Builtins.h | 31 class LangOptions; variable 78 void InitializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts); 185 const LangOptions &LangOpts);
|
| /NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| HD | Internals.h | 46 SourceManager &SM, const LangOptions &LangOpts); 148 LangOptions::GCMode OrigGCMode; 156 MigrationPass(ASTContext &Ctx, LangOptions::GCMode OrigGCMode, in MigrationPass() 166 bool isGCMigration() const { return OrigGCMode != LangOptions::NonGC; } in isGCMigration()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Frontend/ |
| HD | CheckerRegistration.h | 19 class LangOptions; variable 26 createCheckerManager(AnalyzerOptions &opts, const LangOptions &langOpts,
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/CodeGen/ |
| HD | BackendUtil.h | 23 class LangOptions; variable 35 const TargetOptions &TOpts, const LangOptions &LOpts,
|