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

1 2 34 5 6

  /external/clang/lib/CodeGen/
CGDecl.cpp 125 if (getContext().getLangOptions().CPlusPlus)
145 if (CGF.getContext().getLangOptions().CPlusPlus) {
207 if (!getContext().getLangOptions().CPlusPlus)
731 bool NRVO = getContext().getLangOptions().ElideConstructors &&
    [all...]
CGExprCXX.cpp 115 if (Context.getLangOptions().AppleKext)
259 if (getContext().getLangOptions().AppleKext &&
272 if (getContext().getLangOptions().AppleKext &&
430 if (getContext().getLangOptions().ElideConstructors && E->isElidable()) {
    [all...]
CGDebugInfo.cpp 187 PrintingPolicy Policy(CGM.getLangOptions());
288 const LangOptions &LO = CGM.getLangOptions();
332 createNullPtrType(BT->getName(CGM.getContext().getLangOptions()));
404 BTName = BT->getName(CGM.getContext().getLangOptions());
831 Flags, CGM.getLangOptions().Optimize);
    [all...]
CGExpr.cpp 218 if (CGF.getContext().getLangOptions().ObjCAutoRefCount &&
    [all...]
CGObjCMac.cpp     [all...]
CGExprComplex.cpp 634 if (!CGF.getContext().getLangOptions().CPlusPlus)
673 if (!CGF.getContext().getLangOptions().CPlusPlus)
CGRecordLayoutBuilder.cpp 910 if (!Types.getContext().getLangOptions().CPlusPlus)
    [all...]
CodeGenFunction.h     [all...]
CodeGenTypes.cpp 659 if (!Context.getLangOptions().CPlusPlus)
  /external/clang/lib/Sema/
SemaDeclCXX.cpp 270 if (!getLangOptions().CPlusPlus) {
395 if (getLangOptions().MicrosoftExt) {
532 if (!getLangOptions().CXXExceptions)
    [all...]
AnalysisBasedWarnings.cpp 442 else if (VariableTy->isBooleanType() && S.Context.getLangOptions().CPlusPlus)
447 if (S.Context.getLangOptions().CPlusPlus0x)
    [all...]
  /external/clang/lib/AST/
DeclCXX.cpp 553 if (!getASTContext().getLangOptions().CPlusPlus0x || UserProvided)
703 if (!Context.getLangOptions().ObjCAutoRefCount ||
    [all...]
ExprConstant.cpp 63 const LangOptions &getLangOpts() { return Ctx.getLangOptions(); }
    [all...]
MicrosoftMangle.cpp 122 if (!getASTContext().getLangOptions().CPlusPlus && !D->hasAttrs())
139 if (!getASTContext().getLangOptions().CPlusPlus)
    [all...]
RecordLayoutBuilder.cpp     [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 597 if (getLangOptions().AsmPreprocessor)
679 if (getLangOptions().AsmPreprocessor) {
    [all...]
PPMacroExpansion.cpp 579 const LangOptions &LangOpts = PP.getLangOptions();
704 const LangOptions &LangOpts = PP.getLangOptions();
    [all...]
  /external/clang/include/clang/Sema/
Initialization.h 159 bool Consumed = (Context.getLangOptions().ObjCAutoRefCount &&
    [all...]
  /external/clang/lib/Analysis/
AnalysisContext.cpp 168 getCFG()->dump(getASTContext().getLangOptions());
  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 343 Lexer RawLex(FID, FromFile, SM, PP.getLangOptions());
ASTUnit.cpp 253 Ctx->getLangOptions(),
286 if (TheSema->Context.getLangOptions().CPlusPlus &&
    [all...]
CacheTokens.cpp 470 const LangOptions &LOpts = PP.getLangOptions();
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 349 const LangOptions &getLangOptions() const { return Features; }
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerManager.h 117 const LangOptions &getLangOptions() const { return LangOpts; }

Completed in 475 milliseconds

1 2 34 5 6