Home
last modified time | relevance | path

Searched refs:LangOptions (Results 1 – 25 of 173) sorted by relevance

1234567

/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDLexer.h54 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 …]
HDLiteralSupport.h34 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/
HDReplacement.h92 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/
HDRewriter.h25 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/
HDEditedSource.h20 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/
HDCheckObjCDealloc.cpp81 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/
HDCoverageMappingGen.h28 class LangOptions; variable
88 const LangOptions &LangOpts;
93 const LangOptions &LangOpts) in CoverageMappingGen()
97 const LangOptions &LangOpts, in CoverageMappingGen()
HDCodeGenTBAA.h30 class LangOptions; variable
51 const LangOptions &Features;
97 const LangOptions &Features,
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDLangOptions.cpp17 LangOptions::LangOptions() { in LangOptions() function in LangOptions
23 void LangOptions::resetNonModularOptions() { in resetNonModularOptions()
HDTargets.cpp43 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 …]
HDIdentifierTable.cpp74 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/
HDASTConsumers.h25 class LangOptions; variable
32 DiagnosticsEngine &Diags, const LangOptions &LOpts,
36 DiagnosticsEngine &Diags, const LangOptions &LOpts,
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDPlistDiagnostics.cpp32 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/
HDCompilerInvocation.h57 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,
HDLogDiagnosticPrinter.h20 class LangOptions; variable
54 const LangOptions *LangOpts;
73 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override { in BeginSourceFile()
HDDiagnosticRenderer.h28 class LangOptions; variable
48 const LangOptions &LangOpts;
70 DiagnosticRenderer(const LangOptions &LangOpts,
155 DiagnosticNoteRenderer(const LangOptions &LangOpts, in DiagnosticNoteRenderer()
HDPCHContainerOperations.h31 class LangOptions; variable
54 const LangOptions &LO, const std::string &MainFileName,
83 const LangOptions &LO, const std::string &MainFileName,
HDTextDiagnosticPrinter.h25 class LangOptions; variable
50 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override;
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDPrettyPrinter.h22 class LangOptions; variable
37 PrintingPolicy(const LangOptions &LO) in PrintingPolicy()
48 LangOptions LangOpts;
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDAnalysisManager.h37 const LangOptions &LangOpts;
50 const LangOptions &lang,
94 const LangOptions &getLangOpts() const { in getLangOpts()
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDLangOptions.h48 class LangOptions : public LangOptionsBase {
112 LangOptions();
146 FPOptions(const LangOptions &LangOpts) : in FPOptions()
HDBuiltins.h31 class LangOptions; variable
78 void InitializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts);
185 const LangOptions &LangOpts);
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDInternals.h46 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/
HDCheckerRegistration.h19 class LangOptions; variable
26 createCheckerManager(AnalyzerOptions &opts, const LangOptions &langOpts,
/NextBSD/contrib/llvm/tools/clang/include/clang/CodeGen/
HDBackendUtil.h23 class LangOptions; variable
35 const TargetOptions &TOpts, const LangOptions &LOpts,

1234567