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

1 2 3 45 6

  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 112 UseLineDirective = PP.getLangOptions().MicrosoftExt;
  /external/clang/lib/AST/
ASTContext.cpp 333 if (getLangOptions().CPlusPlus)
340 if (getLangOptions().CPlusPlus)
    [all...]
VTableBuilder.cpp     [all...]
DeclBase.cpp 394 else if (!(getASTContext().getLangOptions().ObjCNonFragileABI &&
    [all...]
DeclObjC.cpp 576 if (isInstanceMethod() && Context.getLangOptions().ObjCAutoRefCount) {
    [all...]
Expr.cpp 365 PrintingPolicy Policy(Context.getLangOptions());
    [all...]
ASTImporter.cpp     [all...]
ItaniumMangle.cpp 346 if (!getASTContext().getLangOptions().CPlusPlus && !D->hasAttrs())
363 if (!getASTContext().getLangOptions().CPlusPlus)
    [all...]
StmtPrinter.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 393 const LangOptions& getLangOptions() const { return LangOpts; }
    [all...]
  /external/clang/lib/CodeGen/
ItaniumCXXABI.cpp 804 if (getContext().getLangOptions().ObjCAutoRefCount &&
    [all...]
CGCall.cpp 195 if (getContext().getLangOptions().ObjCAutoRefCount &&
    [all...]
CGVTables.cpp 55 if (CGM.getCodeGenOpts().OptimizationLevel && !CGM.getLangOptions().AppleKext)
TargetInfo.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp 45 PP.getLangOptions(), PP.getTargetInfo());
419 (!getLangOptions().CPlusPlus || FDecl->isExternC())) {
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaTemplateInstantiate.cpp 407 <= SemaRef.getLangOptions().InstantiationDepth)
412 << SemaRef.getLangOptions().InstantiationDepth
415 << SemaRef.getLangOptions().InstantiationDepth;
    [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 351 if (AMgr.getLangOptions().CPlusPlus && VD->getType()->isRecordType() &&
MemRegion.cpp 457 Str->printPretty(os, 0, PrintingPolicy(getContext().getLangOptions()));
  /external/clang/tools/libclang/
CIndexUSRs.cpp 194 if (!Ctx.getLangOptions().CPlusPlus || D->isExternC())
IndexingContext.cpp 102 CXStoredDiagnostic CXDiag(StoredDiag, Ctx->getLangOptions());
CIndex.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 563 milliseconds

1 2 3 45 6