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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
AttrHasAttributeImpl.inc 354 .Case("noreturn", LangOpts.CPlusPlus11 ? 200809 : 0)
355 .Case("carries_dependency", LangOpts.CPlusPlus11 ? 200809 : 0)
356 .Case("deprecated", LangOpts.CPlusPlus11 ? 201309 : 0)
357 .Case("deprecated", LangOpts.CPlusPlus11 ? 201309 : 0)
358 .Case("fallthrough", LangOpts.CPlusPlus11 ? 201603 : 0)
359 .Case("fallthrough", LangOpts.CPlusPlus11 ? 201603 : 0)
360 .Case("maybe_unused", LangOpts.CPlusPlus11 ? 201603 : 0)
361 .Case("unused", LangOpts.CPlusPlus11 ? 201603 : 0)
362 .Case("nodiscard", LangOpts.CPlusPlus11 ? 201603 : 0)
363 .Case("warn_unused_result", LangOpts.CPlusPlus11 ? 201603 : 0
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
AttrHasAttributeImpl.inc 354 .Case("noreturn", LangOpts.CPlusPlus11 ? 200809 : 0)
355 .Case("carries_dependency", LangOpts.CPlusPlus11 ? 200809 : 0)
356 .Case("deprecated", LangOpts.CPlusPlus11 ? 201309 : 0)
357 .Case("deprecated", LangOpts.CPlusPlus11 ? 201309 : 0)
358 .Case("fallthrough", LangOpts.CPlusPlus11 ? 201603 : 0)
359 .Case("fallthrough", LangOpts.CPlusPlus11 ? 201603 : 0)
360 .Case("maybe_unused", LangOpts.CPlusPlus11 ? 201603 : 0)
361 .Case("unused", LangOpts.CPlusPlus11 ? 201603 : 0)
362 .Case("nodiscard", LangOpts.CPlusPlus11 ? 201603 : 0)
363 .Case("warn_unused_result", LangOpts.CPlusPlus11 ? 201603 : 0
    [all...]
  /external/clang/include/clang/Basic/
Attributes.h 35 const LangOptions &LangOpts);
  /external/clang/include/clang/StaticAnalyzer/Core/
IssueHash.h 42 const LangOptions &LangOpts);
48 const Decl *D, const LangOptions &LangOpts);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
IssueHash.h 42 const LangOptions &LangOpts);
48 const Decl *D, const LangOptions &LangOpts);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
IssueHash.h 42 const LangOptions &LangOpts);
48 const Decl *D, const LangOptions &LangOpts);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
IssueHash.h 42 const LangOptions &LangOpts);
48 const Decl *D, const LangOptions &LangOpts);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
IssueHash.h 42 const LangOptions &LangOpts);
48 const Decl *D, const LangOptions &LangOpts);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
IssueHash.h 42 const LangOptions &LangOpts);
48 const Decl *D, const LangOptions &LangOpts);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
IssueHash.h 42 const LangOptions &LangOpts);
48 const Decl *D, const LangOptions &LangOpts);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
IssueHash.h 42 const LangOptions &LangOpts);
48 const Decl *D, const LangOptions &LangOpts);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/StaticAnalyzer/Core/
IssueHash.h 42 const LangOptions &LangOpts);
48 const Decl *D, const LangOptions &LangOpts);
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 306 static void AddObjCXXARCLibstdcxxDefines(const LangOptions &LangOpts,
328 if (LangOpts.ObjCAutoRefCount) {
337 if (LangOpts.ObjCWeak) {
346 if (LangOpts.ObjCAutoRefCount) {
362 const LangOptions &LangOpts,
365 if (!LangOpts.MSVCCompat && !LangOpts.TraditionalCPP)
367 if (LangOpts.Freestanding)
372 if (!LangOpts.CPlusPlus) {
373 if (LangOpts.C11
    [all...]
  /external/clang/include/clang/Lex/
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; }
173 assert((!Val || LexingRawMode || LangOpts.TraditionalCPP) &&
250 const LangOptions &LangOpts,
260 const LangOptions &LangOpts,
274 const LangOptions &LangOpts,
283 const LangOptions &LangOpts);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
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; }
173 assert((!Val || LexingRawMode || LangOpts.TraditionalCPP) &&
250 const LangOptions &LangOpts,
260 const LangOptions &LangOpts,
274 const LangOptions &LangOpts,
283 const LangOptions &LangOpts);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
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; }
173 assert((!Val || LexingRawMode || LangOpts.TraditionalCPP) &&
250 const LangOptions &LangOpts,
260 const LangOptions &LangOpts,
274 const LangOptions &LangOpts,
283 const LangOptions &LangOpts);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
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; }
173 assert((!Val || LexingRawMode || LangOpts.TraditionalCPP) &&
250 const LangOptions &LangOpts,
260 const LangOptions &LangOpts,
274 const LangOptions &LangOpts,
283 const LangOptions &LangOpts);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
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; }
173 assert((!Val || LexingRawMode || LangOpts.TraditionalCPP) &&
250 const LangOptions &LangOpts,
260 const LangOptions &LangOpts,
274 const LangOptions &LangOpts,
283 const LangOptions &LangOpts);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
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; }
173 assert((!Val || LexingRawMode || LangOpts.TraditionalCPP) &&
250 const LangOptions &LangOpts,
260 const LangOptions &LangOpts,
274 const LangOptions &LangOpts,
283 const LangOptions &LangOpts);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
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; }
173 assert((!Val || LexingRawMode || LangOpts.TraditionalCPP) &&
250 const LangOptions &LangOpts,
260 const LangOptions &LangOpts,
274 const LangOptions &LangOpts,
283 const LangOptions &LangOpts);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
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; }
173 assert((!Val || LexingRawMode || LangOpts.TraditionalCPP) &&
250 const LangOptions &LangOpts,
260 const LangOptions &LangOpts,
274 const LangOptions &LangOpts,
283 const LangOptions &LangOpts);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
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; }
173 assert((!Val || LexingRawMode || LangOpts.TraditionalCPP) &&
250 const LangOptions &LangOpts,
260 const LangOptions &LangOpts,
274 const LangOptions &LangOpts,
283 const LangOptions &LangOpts);
    [all...]
  /external/clang/lib/CodeGen/
CoverageMappingGen.h 90 const LangOptions &LangOpts;
95 const LangOptions &LangOpts)
96 : CVM(CVM), SM(SM), LangOpts(LangOpts), CounterMap(nullptr) {}
99 const LangOptions &LangOpts,
101 : CVM(CVM), SM(SM), LangOpts(LangOpts), CounterMap(CounterMap) {}
  /external/clang/tools/libclang/
CXSourceLocation.h 30 translateSourceLocation(const SourceManager &SM, const LangOptions &LangOpts,
35 CXSourceLocation Result = { { &SM, &LangOpts, },
55 const LangOptions &LangOpts,
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 301 if (LangOpts.CPlusPlus)
313 if (LangOpts.MicrosoftExt) {
334 if (!LangOpts.CurrentModule.empty())
831 if (ArgTokens.size() == ArgTokenStart && !LangOpts.C99)
832 Diag(Tok, LangOpts.CPlusPlus11 ?
    [all...]

Completed in 270 milliseconds

1 2 3 4 5 6 7 8 91011>>