HomeSort by relevance Sort by last modified time
    Searched defs:getLangOpts (Results 1 - 16 of 16) sorted by null

  /external/clang/include/clang/Edit/
EditedSource.h 53 const LangOptions &getLangOpts() const { return LangOpts; }
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 57 LangOptions *getLangOpts() { return LangOpts.getPtr(); }
58 const LangOptions *getLangOpts() const { return LangOpts.getPtr(); }
139 setLangDefaults(*getLangOpts(), IK, LangStd);
CompilerInstance.h 238 LangOptions &getLangOpts() {
239 return *Invocation->getLangOpts();
241 const LangOptions &getLangOpts() const {
242 return *Invocation->getLangOpts();
  /external/clang/include/clang/Lex/
Lexer.h 120 /// getLangOpts - Return the language features currently enabled.
122 const LangOptions &getLangOpts() const { return LangOpts; }
Preprocessor.h 368 const LangOptions &getLangOpts() const { return LangOpts; }
    [all...]
  /external/clang/include/clang/Rewrite/
Rewriter.h 158 const LangOptions &getLangOpts() const { return *LangOpts; }
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 141 const LangOptions &getLangOpts() const {
CheckerContext.h 87 const LangOptions &getLangOpts() const {
88 return Eng.getContext().getLangOpts();
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 131 const LangOptions &getLangOpts() const { return LangOpts; }
  /external/clang/lib/CodeGen/
CodeGenModule.h 392 assert(getLangOpts().ObjCAutoRefCount && ARCData != 0);
445 const LangOptions &getLangOpts() const { return LangOpts; }
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 414 const LangOptions& getLangOpts() const { return LangOpts; }
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 206 const LangOptions &getLangOpts() const { return PP.getLangOpts(); }
548 if (!getLangOpts().AltiVec ||
560 if (!getLangOpts().AltiVec ||
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 776 const LangOptions &getLangOpts() const { return LangOpts; }
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 408 const LangOptions &getLangOpts() const { return Ctx.getLangOpts(); }
420 if (CallStackDepth <= getLangOpts().ConstexprCallDepth)
423 << getLangOpts().ConstexprCallDepth;
749 if (!Info.getLangOpts().CPlusPlus0x)
    [all...]

Completed in 2040 milliseconds