Searched refs:getAsIntegral (Results 1 – 15 of 15) sorted by relevance
/external/clang/lib/AST/ |
D | TemplateBase.cpp | 39 const llvm::APSInt &Val = TemplArg.getAsIntegral(); in printIntegral() 269 getAsIntegral().Profile(ID); in Profile() 302 getAsIntegral() == Other.getAsIntegral(); in structurallyEquals() 532 return DB << Arg.getAsIntegral().toString(10); in operator <<()
|
D | ASTDiagnostic.cpp | 897 FromInt = FromIter->getAsIntegral(); in DiffTemplate() 904 ToInt = ToIter->getAsIntegral(); in DiffTemplate() 925 FromInt = FromIter.getDesugar().getAsIntegral(); in DiffTemplate() 944 ToInt = ToIter.getDesugar().getAsIntegral(); in DiffTemplate()
|
D | DumpXML.cpp | 330 setInteger("value", A.getAsIntegral()); in dispatch()
|
D | StmtProfile.cpp | 1181 Arg.getAsIntegral().Profile(ID); in VisitTemplateArgument()
|
D | MicrosoftMangle.cpp | 859 mangleIntegerLiteral(TA.getAsIntegral(), in mangleTemplateArgs()
|
D | StmtPrinter.cpp | 1254 char C = (char)I->getAsIntegral().getZExtValue(); in VisitUserDefinedLiteral()
|
D | ASTDumper.cpp | 618 OS << " integral " << A.getAsIntegral(); in dumpTemplateArgument()
|
D | ASTImporter.cpp | 303 return llvm::APSInt::isSameValue(Arg1.getAsIntegral(), Arg2.getAsIntegral()); in IsStructurallyEquivalent()
|
D | ItaniumMangle.cpp | 3129 mangleIntegerLiteral(A.getIntegralType(), A.getAsIntegral()); in mangleTemplateArg()
|
/external/clang/lib/Sema/ |
D | SemaTemplateDeduction.cpp | 201 hasSameExtendedValue(X.getAsIntegral(), Y.getAsIntegral()))) in checkDeducedTemplateArguments() 1649 if (hasSameExtendedValue(Param.getAsIntegral(), Arg.getAsIntegral())) in DeduceTemplateArguments() 1672 Arg.getAsIntegral(), in DeduceTemplateArguments() 1918 return X.getAsIntegral() == Y.getAsIntegral(); in isSameTemplateArg()
|
D | SemaTemplate.cpp | 4646 E = new (Context) CharacterLiteral(Arg.getAsIntegral().getZExtValue(), in BuildExpressionFromIntegralTemplateArgument() 4649 E = new (Context) CXXBoolLiteralExpr(Arg.getAsIntegral().getBoolValue(), in BuildExpressionFromIntegralTemplateArgument() 4654 E = IntegerLiteral::Create(Context, Arg.getAsIntegral(), T, Loc); in BuildExpressionFromIntegralTemplateArgument()
|
/external/clang/include/clang/AST/ |
D | TemplateBase.h | 272 llvm::APSInt getAsIntegral() const { in getAsIntegral() function
|
/external/clang/tools/libclang/ |
D | CIndexUSRs.cpp | 766 Out << Arg.getAsIntegral(); in VisitTemplateArgument()
|
/external/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 1212 TA.getAsIntegral().getZExtValue()); in CollectTemplateParams()
|
/external/clang/lib/Serialization/ |
D | ASTWriter.cpp | 4574 AddAPSInt(Arg.getAsIntegral(), Record); in AddTemplateArgument()
|