Home
last modified time | relevance | path

Searched refs:getAsIntegral (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/AST/
DTemplateBase.cpp39 const llvm::APSInt &Val = TemplArg.getAsIntegral(); in printIntegral()
273 getAsIntegral().Profile(ID); in Profile()
306 getAsIntegral() == Other.getAsIntegral(); in structurallyEquals()
475 return DB << Arg.getAsIntegral().toString(10); in operator <<()
DASTDiagnostic.cpp943 FromInt = FromIter->getAsIntegral(); in DiffTemplate()
950 ToInt = ToIter->getAsIntegral(); in DiffTemplate()
1133 Int = Iter.getDesugar().getAsIntegral(); in GetInt()
DStmtProfile.cpp1341 Arg.getAsIntegral().Profile(ID); in VisitTemplateArgument()
DStmtPrinter.cpp1541 char C = (char)I->getAsIntegral().getZExtValue(); in VisitUserDefinedLiteral()
DASTDumper.cpp752 OS << " integral " << A.getAsIntegral(); in dumpTemplateArgument()
DMicrosoftMangle.cpp1150 mangleIntegerLiteral(TA.getAsIntegral(), in mangleTemplateArg()
DASTImporter.cpp310 return llvm::APSInt::isSameValue(Arg1.getAsIntegral(), Arg2.getAsIntegral()); in IsStructurallyEquivalent()
DItaniumMangle.cpp3358 mangleIntegerLiteral(A.getIntegralType(), A.getAsIntegral()); in mangleTemplateArg()
/external/clang/include/clang/AST/
DTemplateBase.h285 llvm::APSInt getAsIntegral() const { in getAsIntegral() function
/external/clang/lib/Sema/
DSemaTemplateDeduction.cpp205 hasSameExtendedValue(X.getAsIntegral(), Y.getAsIntegral()))) in checkDeducedTemplateArguments()
1748 if (hasSameExtendedValue(Param.getAsIntegral(), Arg.getAsIntegral())) in DeduceTemplateArguments()
1771 Arg.getAsIntegral(), in DeduceTemplateArguments()
1979 return X.getAsIntegral() == Y.getAsIntegral(); in isSameTemplateArg()
DSemaTemplate.cpp5314 E = new (Context) CharacterLiteral(Arg.getAsIntegral().getZExtValue(), in BuildExpressionFromIntegralTemplateArgument()
5317 E = new (Context) CXXBoolLiteralExpr(Arg.getAsIntegral().getBoolValue(), in BuildExpressionFromIntegralTemplateArgument()
5322 E = IntegerLiteral::Create(Context, Arg.getAsIntegral(), T, Loc); in BuildExpressionFromIntegralTemplateArgument()
/external/clang/lib/Index/
DUSRGeneration.cpp762 Out << Arg.getAsIntegral(); in VisitTemplateArgument()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1242 llvm::ConstantInt::get(CGM.getLLVMContext(), TA.getAsIntegral())); in CollectTemplateParams()
/external/clang/lib/Serialization/
DASTWriter.cpp5177 AddAPSInt(Arg.getAsIntegral(), Record); in AddTemplateArgument()