Home
last modified time | relevance | path

Searched refs:getIntegralType (Results 1 – 12 of 12) sorted by relevance

/external/clang/lib/AST/
DTemplateBase.cpp38 const ::clang::Type *T = TemplArg.getIntegralType().getTypePtr(); in printIntegral()
250 getIntegralType().Profile(ID); in Profile()
277 return getIntegralType() == Other.getIntegralType() && in structurallyEquals()
DStmtProfile.cpp1165 VisitType(Arg.getIntegralType()); in VisitTemplateArgument()
DASTImporter.cpp321 if (!Context.IsStructurallyEquivalent(Arg1.getIntegralType(), in IsStructurallyEquivalent()
322 Arg2.getIntegralType())) in IsStructurallyEquivalent()
1991 QualType ToType = Importer.Import(From.getIntegralType()); in ImportTemplateArgument()
DItaniumMangle.cpp3127 mangleIntegerLiteral(A.getIntegralType(), *A.getAsIntegral()); in mangleTemplateArg()
DASTContext.cpp3335 getCanonicalType(Arg.getIntegralType())); in getCanonicalTemplateArgument()
/external/clang/include/clang/AST/
DTemplateBase.h300 QualType getIntegralType() const { in getIntegralType() function
/external/clang/tools/libclang/
DCIndexUSRs.cpp756 VisitType(Arg.getIntegralType()); in VisitTemplateArgument()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1191 type = arg.getIntegralType(); in transformNonTypeTemplateParmRef()
DSemaTemplateDeduction.cpp1622 Arg.getIntegralType(), in DeduceTemplateArguments()
DSemaTemplate.cpp4483 QualType T = Arg.getIntegralType(); in BuildExpressionFromIntegralTemplateArgument()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1083 llvm::DIType TTy = getOrCreateType(TA.getIntegralType(), Unit); in CollectTemplateParams()
/external/clang/lib/Serialization/
DASTWriter.cpp4149 AddTypeRef(Arg.getIntegralType(), Record); in AddTemplateArgument()