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

1 2 3 4 56

  /external/clang/lib/CodeGen/
CGObjC.cpp 609 if (CGM.getLangOpts().getGC() == LangOptions::GCOnly) {
    [all...]
CGDecl.cpp     [all...]
CGStmt.cpp     [all...]
CGBlocks.cpp     [all...]
CodeGenFunction.h     [all...]
CGDebugInfo.cpp 304 const LangOptions &LO = CGM.getLangOpts();
    [all...]
TargetInfo.cpp     [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 62 const LangOptions &LangOpts;
189 DiagnosticsEngine &D, const LangOptions &LOpts,
504 DiagnosticsEngine &D, const LangOptions &LOpts,
575 DiagnosticsEngine &D, const LangOptions &LOpts,
591 const LangOptions &LOpts,
    [all...]
RewriteModernObjC.cpp 62 const LangOptions &LangOpts;
203 DiagnosticsEngine &D, const LangOptions &LOpts,
581 DiagnosticsEngine &D, const LangOptions &LOpts,
602 const LangOptions &LOpts,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h 109 class LangOptions;
196 const LangOptions &LangOpts;
776 const LangOptions &getLangOpts() const { return LangOpts; }
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 206 const LangOptions &getLangOpts() const { return PP.getLangOpts(); }
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp 66 PCHValidator::ReadLanguageOptions(const LangOptions &LangOpts) {
67 const LangOptions &PPLangOpts = PP.getLangOpts();
92 #include "clang/Basic/LangOptions.def"
    [all...]
ASTWriter.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp 683 const LangOptions &Features, const TargetInfo &Target) const {
709 LangOptions LangOpts;
    [all...]
ASTContext.cpp 202 const LangOptions &LOpts) {
217 ASTContext::ASTContext(LangOptions& LOpts, SourceManager &SM,
    [all...]
Decl.cpp     [all...]
ExprConstant.cpp 408 const LangOptions &getLangOpts() const { return Ctx.getLangOpts(); }
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 343 Context.getLangOpts().getGC() == LangOptions::GCOnly) &&
346 Context.getLangOpts().getGC() != LangOptions::NonGC &&
    [all...]
SemaDecl.cpp     [all...]
SemaLookup.cpp 34 #include "clang/Basic/LangOptions.h"
    [all...]
SemaType.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp 110 const LangOptions &LangOpts,
    [all...]

Completed in 2586 milliseconds

1 2 3 4 56