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

  /external/clang/include/clang/Edit/
EditedSource.h 53 const LangOptions &getLangOpts() const { return LangOpts; }
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 91 const LangOptions &getLangOpts() const {
CheckerContext.h 134 const LangOptions &getLangOpts() const {
135 return Eng.getContext().getLangOpts();
  /external/clang/include/clang/Frontend/
CompilerInvocation.h 76 LangOptions *getLangOpts() { return LangOpts.get(); }
77 const LangOptions *getLangOpts() const { return LangOpts.get(); }
CompilerInstance.h 267 LangOptions &getLangOpts() {
268 return *Invocation->getLangOpts();
270 const LangOptions &getLangOpts() const {
271 return *Invocation->getLangOpts();
ASTUnit.h 505 const LangOptions &getLangOpts() const {
    [all...]
  /external/clang/include/clang/Rewrite/Core/
Rewriter.h 161 const LangOptions &getLangOpts() const { return *LangOpts; }
  /external/clang/include/clang/Lex/
Lexer.h 126 /// getLangOpts - Return the language features currently enabled.
128 const LangOptions &getLangOpts() const { return LangOpts; }
Preprocessor.h 479 const LangOptions &getLangOpts() const { return LangOpts; }
    [all...]
  /external/clang/lib/CodeGen/
BackendUtil.cpp 140 const LangOptions &getLangOpts() const { return LangOpts; }
CodeGenModule.h 519 assert(getLangOpts().ObjCAutoRefCount && ARCData != nullptr);
584 const LangOptions &getLangOpts() const { return LangOpts; }
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 170 const LangOptions &getLangOpts() const { return LangOpts; }
  /external/clang/include/clang/AST/
ASTContext.h 509 const LangOptions& getLangOpts() const { return LangOpts; }
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 239 const LangOptions &getLangOpts() const { return PP.getLangOpts(); }
605 if (!getLangOpts().AltiVec ||
618 if (!getLangOpts().AltiVec ||
    [all...]
  /external/clang/lib/AST/
ExprConstant.cpp 512 StepsLeft(getLangOpts().ConstexprStepLimit),
523 const LangOptions &getLangOpts() const { return Ctx.getLangOpts(); }
535 if (CallStackDepth <= getLangOpts().ConstexprCallDepth)
538 << getLangOpts().ConstexprCallDepth;
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 1142 milliseconds