Searched refs:getAsIntegral (Results 1 - 12 of 12) sorted by relevance

/external/clang/lib/AST/
H A DTemplateBase.cpp39 const llvm::APSInt &Val = TemplArg.getAsIntegral();
273 getAsIntegral().Profile(ID);
306 getAsIntegral() == Other.getAsIntegral();
475 return DB << Arg.getAsIntegral().toString(10);
H A DASTDiagnostic.cpp943 FromInt = FromIter->getAsIntegral();
950 ToInt = ToIter->getAsIntegral();
1133 Int = Iter.getDesugar().getAsIntegral();
H A DStmtProfile.cpp1341 Arg.getAsIntegral().Profile(ID);
H A DMicrosoftMangle.cpp1150 mangleIntegerLiteral(TA.getAsIntegral(),
H A DASTImporter.cpp310 return llvm::APSInt::isSameValue(Arg1.getAsIntegral(), Arg2.getAsIntegral());
H A DItaniumMangle.cpp3358 mangleIntegerLiteral(A.getIntegralType(), A.getAsIntegral());
/external/clang/include/clang/AST/
H A DTemplateBase.h285 llvm::APSInt getAsIntegral() const { function in class:clang::TemplateArgument
/external/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp205 hasSameExtendedValue(X.getAsIntegral(), Y.getAsIntegral())))
1748 if (hasSameExtendedValue(Param.getAsIntegral(), Arg.getAsIntegral()))
1771 Arg.getAsIntegral(),
1979 return X.getAsIntegral() == Y.getAsIntegral();
H A DSemaTemplate.cpp5314 E = new (Context) CharacterLiteral(Arg.getAsIntegral().getZExtValue(),
5317 E = new (Context) CXXBoolLiteralExpr(Arg.getAsIntegral().getBoolValue(),
5322 E = IntegerLiteral::Create(Context, Arg.getAsIntegral(), T, Loc);
/external/clang/lib/Index/
H A DUSRGeneration.cpp762 Out << Arg.getAsIntegral();
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1242 llvm::ConstantInt::get(CGM.getLLVMContext(), TA.getAsIntegral()));
/external/clang/lib/Serialization/
H A DASTWriter.cpp5177 AddAPSInt(Arg.getAsIntegral(), Record);

Completed in 1881 milliseconds