HomeSort by relevance Sort by last modified time
    Searched refs:getLangOptions (Results 126 - 134 of 134) sorted by null

1 2 3 4 56

  /external/clang/include/clang/Parse/
Parser.h 186 const LangOptions &getLang() const { return PP.getLangOptions(); }
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp     [all...]
CGStmt.cpp     [all...]
  /external/clang/lib/Lex/
Lexer.cpp 117 Features(PP.getLangOptions()) {
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 696 const LangOptions &getLangOptions() const { return LangOpts; }
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 67 const LangOptions &PPLangOpts = PP.getLangOptions();
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 584 Rewrite.setSourceMgr(Context->getSourceManager(), Context->getLangOptions());
    [all...]
  /external/clang/lib/Sema/
TreeTransform.h     [all...]

Completed in 341 milliseconds

1 2 3 4 56