HomeSort by relevance Sort by last modified time
    Searched refs:LangOptions (Results 1 - 25 of 172) sorted by null

1 2 3 4 5 6 7

  /external/clang/include/clang/Rewrite/Frontend/
ASTConsumers.h 24 class LangOptions;
32 const LangOptions &LOpts,
37 const LangOptions &LOpts,
  /external/clang/include/clang/StaticAnalyzer/Frontend/
CheckerRegistration.h 18 class LangOptions;
25 const LangOptions &langOpts,
  /external/clang/lib/Basic/
LangOptions.cpp 1 //===--- LangOptions.cpp - C Language Family Language Options ---*- C++ -*-===//
10 // This file defines the LangOptions class.
13 #include "clang/Basic/LangOptions.h"
19 LangOptions::LangOptions() {
22 #include "clang/Basic/LangOptions.def"
27 void LangOptions::resetNonModularOptions() {
32 #include "clang/Basic/LangOptions.def"
Attributes.cpp 8 const LangOptions &LangOpts) {
  /external/clang/include/clang/CodeGen/
BackendUtil.h 23 class LangOptions;
35 const TargetOptions &TOpts, const LangOptions &LOpts,
ModuleBuilder.h 27 class LangOptions;
  /external/clang/include/clang/AST/
PrettyPrinter.h 18 #include "clang/Basic/LangOptions.h"
22 class LangOptions;
37 PrintingPolicy(const LangOptions &LO)
48 LangOptions LangOpts;
  /external/clang/include/clang/Frontend/
LogDiagnosticPrinter.h 20 class LangOptions;
47 const LangOptions *LangOpts;
68 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override {
TextDiagnosticPrinter.h 25 class LangOptions;
50 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override;
ASTConsumers.h 25 class LangOptions;
ChainedDiagnosticConsumer.h 17 class LangOptions;
35 void BeginSourceFile(const LangOptions &LO,
CompilerInvocation.h 15 #include "clang/Basic/LangOptions.h"
57 std::shared_ptr<LangOptions> LangOpts;
76 LangOptions *getLangOpts() { return LangOpts.get(); }
77 const LangOptions *getLangOpts() const { return LangOpts.get(); }
152 /// language standard in the given LangOptions object.
154 /// \param Opts - The LangOptions object to set up.
157 static void setLangDefaults(LangOptions &Opts, InputKind IK,
  /external/clang/include/clang/Lex/
Lexer.h 17 #include "clang/Basic/LangOptions.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; }
250 const LangOptions &LangOpts,
260 const LangOptions &LangOpts,
274 const LangOptions &LangOpts,
283 const LangOptions &LangOpts);
289 const LangOptions &LangOpts
    [all...]
  /external/clang/include/clang/Basic/
Attributes.h 14 #include "clang/Basic/LangOptions.h"
37 const LangOptions &LangOpts);
LangOptions.h 1 //===--- LangOptions.h - C Language Family Language Options -----*- C++ -*-===//
11 /// \brief Defines the clang::LangOptions interface.
34 /// Bitfields of LangOptions, split out from LangOptions in order to ensure that
41 #include "clang/Basic/LangOptions.def"
50 #include "clang/Basic/LangOptions.def"
55 class LangOptions : public LangOptionsBase {
94 LangOptions();
101 #include "clang/Basic/LangOptions.def"
124 FPOptions(const LangOptions &LangOpts)
    [all...]
Builtins.h 31 class LangOptions;
78 void InitializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts);
179 const LangOptions &LangOpts);
  /external/clang/include/clang/Rewrite/Core/
TokenRewriter.h 25 class LangOptions;
51 TokenRewriter(FileID FID, SourceManager &SM, const LangOptions &LO);
Rewriter.h 27 class LangOptions;
129 const LangOptions *LangOpts;
152 explicit Rewriter(SourceManager &SM, const LangOptions &LO)
156 void setSourceMgr(SourceManager &SM, const LangOptions &LO) {
161 const LangOptions &getLangOpts() const { return *LangOpts; }
  /external/clang/tools/libclang/
CXSourceLocation.h 19 #include "clang/Basic/LangOptions.h"
30 translateSourceLocation(const SourceManager &SM, const LangOptions &LangOpts,
55 const LangOptions &LangOpts,
CIndexDiagnostic.h 22 class LangOptions;
114 const LangOptions &LangOpts;
117 const LangOptions &LangOpts)
  /external/clang/include/clang/Edit/
EditedSource.h 20 class LangOptions;
29 const LangOptions &LangOpts;
47 EditedSource(const SourceManager &SM, const LangOptions &LangOpts,
53 const LangOptions &getLangOpts() const { return LangOpts; }
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 35 const LangOptions &LangOpts;
48 const LangOptions &lang,
91 const LangOptions &getLangOpts() const {
  /external/clang/lib/Rewrite/Frontend/
RewriteTest.cpp 21 const LangOptions &LangOpts = PP.getLangOpts();
  /external/clang/lib/Analysis/
FormatStringParsing.h 11 class LangOptions;
48 const LangOptions &LO, bool IsScanf = false);
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 21 #include "clang/Basic/LangOptions.h"
102 const LangOptions &LOpts, BugReporter &BR) {
104 assert (LOpts.getGC() != LangOptions::GCOnly);
171 const char* name = LOpts.getGC() == LangOptions::NonGC
187 const char* name = LOpts.getGC() == LangOptions::NonGC
241 name = LOpts.getGC() == LangOptions::NonGC
249 name = LOpts.getGC() == LangOptions::NonGC
277 if (mgr.getLangOpts().getGC() == LangOptions::GCOnly)

Completed in 343 milliseconds

1 2 3 4 5 6 7