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 60 LangOptions *getLangOpts() { return LangOpts.getPtr(); }
61 const LangOptions *getLangOpts() const { return LangOpts.getPtr(); }
CompilerInstance.h 235 LangOptions &getLangOpts() {
236 return *Invocation->getLangOpts();
238 const LangOptions &getLangOpts() const {
239 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 389 const LangOptions &getLangOpts() const { return LangOpts; }
    [all...]
  /external/clang/include/clang/Rewrite/Core/
Rewriter.h 158 const LangOptions &getLangOpts() const { return *LangOpts; }
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 87 const LangOptions &getLangOpts() const {
CheckerContext.h 91 const LangOptions &getLangOpts() const {
92 return Eng.getContext().getLangOpts();
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 126 const LangOptions &getLangOpts() const { return LangOpts; }
  /external/clang/lib/CodeGen/
CodeGenModule.h 395 assert(getLangOpts().ObjCAutoRefCount && ARCData != 0);
448 const LangOptions &getLangOpts() const { return LangOpts; }
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 428 const LangOptions& getLangOpts() const { return LangOpts; }
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 230 const LangOptions &getLangOpts() const { return PP.getLangOpts(); }
522 if (!getLangOpts().AltiVec ||
534 if (!getLangOpts().AltiVec ||
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 742 const LangOptions &getLangOpts() const { return LangOpts; }
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 399 const LangOptions &getLangOpts() const { return Ctx.getLangOpts(); }
411 if (CallStackDepth <= getLangOpts().ConstexprCallDepth)
414 << getLangOpts().ConstexprCallDepth;
740 if (!Info.getLangOpts().CPlusPlus0x)
    [all...]

Completed in 1246 milliseconds