HomeSort by relevance Sort by last modified time
    Searched refs:LangOptions (Results 101 - 125 of 126) sorted by null

1 2 3 45 6

  /external/clang/lib/Sema/
DeclSpec.cpp 25 #include "clang/Basic/LangOptions.h"
660 unsigned &DiagID, const LangOptions &Lang) {
    [all...]
SemaDeclObjC.cpp 340 Context.getLangOptions().getGC() == LangOptions::GCOnly) &&
343 Context.getLangOptions().getGC() != LangOptions::NonGC &&
    [all...]
SemaDecl.cpp     [all...]
SemaLookup.cpp 33 #include "clang/Basic/LangOptions.h"
    [all...]
SemaType.cpp     [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 233 LangOptions LangOpts;
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 26 #include "clang/Basic/LangOptions.h"
    [all...]
CGObjC.cpp 470 if (CGM.getLangOptions().getGC() == LangOptions::GCOnly) {
    [all...]
CGExprAgg.cpp     [all...]
CGExpr.cpp     [all...]
CGBlocks.cpp     [all...]
CGDecl.cpp     [all...]
CGStmt.cpp     [all...]
CodeGenFunction.h     [all...]
CGDebugInfo.cpp 288 const LangOptions &LO = CGM.getLangOptions();
    [all...]
TargetInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 66 PCHValidator::ReadLanguageOptions(const LangOptions &LangOpts) {
67 const LangOptions &PPLangOpts = PP.getLangOptions();
92 #include "clang/Basic/LangOptions.def"
    [all...]
ASTWriter.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 103 class LangOptions;
186 const LangOptions &LangOpts;
696 const LangOptions &getLangOptions() const { return LangOpts; }
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 186 const LangOptions &getLang() const { return PP.getLangOptions(); }
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 59 const LangOptions &LangOpts;
175 DiagnosticsEngine &D, const LangOptions &LOpts,
526 DiagnosticsEngine &D, const LangOptions &LOpts,
542 const LangOptions &LOpts,
    [all...]
  /external/clang/lib/AST/
Expr.cpp 538 const LangOptions &Features, const TargetInfo &Target) const {
564 LangOptions LangOpts;
    [all...]
ASTContext.cpp 200 const LangOptions &LOpts) {
215 ASTContext::ASTContext(LangOptions& LOpts, SourceManager &SM,
    [all...]
ExprConstant.cpp 63 const LangOptions &getLangOpts() { return Ctx.getLangOptions(); }
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 3172 milliseconds

1 2 3 45 6