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

1 2 3 4 5 6 7 891011>>

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 283 bool isKeyword(const LangOptions &LangOpts) const;
287 bool isCPlusPlusKeyword(const LangOptions &LangOpts) const;
467 /// language keywords for the language specified by \p LangOpts.
468 IdentifierTable(const LangOptions &LangOpts,
557 void AddKeywords(const LangOptions &LangOpts);
Module.h 333 /// \param LangOpts The language options used for the current
341 bool isAvailable(const LangOptions &LangOpts,
454 /// \param LangOpts The set of language options that will be used to
460 const LangOptions &LangOpts,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 283 bool isKeyword(const LangOptions &LangOpts) const;
287 bool isCPlusPlusKeyword(const LangOptions &LangOpts) const;
467 /// language keywords for the language specified by \p LangOpts.
468 IdentifierTable(const LangOptions &LangOpts,
557 void AddKeywords(const LangOptions &LangOpts);
Module.h 333 /// \param LangOpts The language options used for the current
341 bool isAvailable(const LangOptions &LangOpts,
454 /// \param LangOpts The set of language options that will be used to
460 const LangOptions &LangOpts,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 283 bool isKeyword(const LangOptions &LangOpts) const;
287 bool isCPlusPlusKeyword(const LangOptions &LangOpts) const;
467 /// language keywords for the language specified by \p LangOpts.
468 IdentifierTable(const LangOptions &LangOpts,
557 void AddKeywords(const LangOptions &LangOpts);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
IdentifierTable.h 283 bool isKeyword(const LangOptions &LangOpts) const;
287 bool isCPlusPlusKeyword(const LangOptions &LangOpts) const;
467 /// language keywords for the language specified by \p LangOpts.
468 IdentifierTable(const LangOptions &LangOpts,
557 void AddKeywords(const LangOptions &LangOpts);
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 87 : Context(C), LangOpts(C.getLangOpts()), HeaderSearchOpts(HSO),
115 if (LangOpts.ObjC1)
117 if (LangOpts.OpenCL)
119 if (LangOpts.OpenMP)
121 if (LangOpts.CUDA)
125 if (LangOpts.Sanitize.has(SanitizerKind::Thread) ||
166 switch (LangOpts.ObjCRuntime.getKind()) {
472 if (LangOpts.CUDAIsDevice && getTarget().getTriple().isNVPTX()) {
477 LangOpts.CUDADeviceFlushDenormalsToZero ? 1 : 0);
834 static bool hasUnwindExceptions(const LangOptions &LangOpts) {
    [all...]
CoverageMappingGen.cpp 81 const LangOptions &LangOpts;
95 const LangOptions &LangOpts)
96 : CVM(CVM), SM(SM), LangOpts(LangOpts) {}
103 Lexer::MeasureTokenLength(SM.getSpellingLoc(Loc), SM, LangOpts);
318 const LangOptions &LangOpts)
319 : CoverageMappingBuilder(CVM, SM, LangOpts) {}
596 const LangOptions &LangOpts)
597 : CoverageMappingBuilder(CVM, SM, LangOpts), CounterMap(CounterMap) {}
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 350 if ((LangOpts.GNUMode || LangOpts.C99 || LangOpts.CPlusPlus) &&
787 if (LangOpts.MSVCCompat && !isAngled) {
    [all...]
  /external/clang/include/clang/Basic/
Module.h 319 /// \param LangOpts The language options used for the current
327 bool isAvailable(const LangOptions &LangOpts,
440 /// \param LangOpts The set of language options that will be used to
446 const LangOptions &LangOpts,
  /external/clang/include/clang/Lex/
ModuleMap.h 70 const LangOptions &LangOpts;
86 // named LangOpts::CurrentModule, if we've loaded it).
288 /// \param LangOpts Language options for this translation unit.
292 const LangOptions &LangOpts, const TargetInfo *Target,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
Module.h 333 /// \param LangOpts The language options used for the current
341 bool isAvailable(const LangOptions &LangOpts,
454 /// \param LangOpts The set of language options that will be used to
460 const LangOptions &LangOpts,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
LiteralSupport.h 90 static bool isValidUDSuffix(const LangOptions &LangOpts, StringRef Suffix);
262 static bool isValidUDSuffix(const LangOptions &LangOpts, StringRef Suffix);
ModuleMap.h 76 const LangOptions &LangOpts;
92 // named LangOpts::CurrentModule, if we've loaded it).
299 /// \param LangOpts Language options for this translation unit.
303 const LangOptions &LangOpts, const TargetInfo *Target,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
Module.h 333 /// \param LangOpts The language options used for the current
341 bool isAvailable(const LangOptions &LangOpts,
454 /// \param LangOpts The set of language options that will be used to
460 const LangOptions &LangOpts,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
LiteralSupport.h 90 static bool isValidUDSuffix(const LangOptions &LangOpts, StringRef Suffix);
262 static bool isValidUDSuffix(const LangOptions &LangOpts, StringRef Suffix);
ModuleMap.h 76 const LangOptions &LangOpts;
92 // named LangOpts::CurrentModule, if we've loaded it).
299 /// \param LangOpts Language options for this translation unit.
303 const LangOptions &LangOpts, const TargetInfo *Target,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
Module.h 333 /// \param LangOpts The language options used for the current
341 bool isAvailable(const LangOptions &LangOpts,
454 /// \param LangOpts The set of language options that will be used to
460 const LangOptions &LangOpts,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
LiteralSupport.h 90 static bool isValidUDSuffix(const LangOptions &LangOpts, StringRef Suffix);
262 static bool isValidUDSuffix(const LangOptions &LangOpts, StringRef Suffix);
ModuleMap.h 76 const LangOptions &LangOpts;
92 // named LangOpts::CurrentModule, if we've loaded it).
299 /// \param LangOpts Language options for this translation unit.
303 const LangOptions &LangOpts, const TargetInfo *Target,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
Module.h 333 /// \param LangOpts The language options used for the current
341 bool isAvailable(const LangOptions &LangOpts,
454 /// \param LangOpts The set of language options that will be used to
460 const LangOptions &LangOpts,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
LiteralSupport.h 90 static bool isValidUDSuffix(const LangOptions &LangOpts, StringRef Suffix);
262 static bool isValidUDSuffix(const LangOptions &LangOpts, StringRef Suffix);
ModuleMap.h 76 const LangOptions &LangOpts;
92 // named LangOpts::CurrentModule, if we've loaded it).
299 /// \param LangOpts Language options for this translation unit.
303 const LangOptions &LangOpts, const TargetInfo *Target,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
LiteralSupport.h 90 static bool isValidUDSuffix(const LangOptions &LangOpts, StringRef Suffix);
262 static bool isValidUDSuffix(const LangOptions &LangOpts, StringRef Suffix);
ModuleMap.h 76 const LangOptions &LangOpts;
92 // named LangOpts::CurrentModule, if we've loaded it).
299 /// \param LangOpts Language options for this translation unit.
303 const LangOptions &LangOpts, const TargetInfo *Target,

Completed in 1374 milliseconds

1 2 3 4 5 6 7 891011>>