Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DTemplateBase.cpp40 const ::clang::Type *T = TemplArg.getIntegralType().getTypePtr(); in printIntegral()
287 getIntegralType().Profile(ID); in Profile()
317 return getIntegralType() == Other.getIntegralType() && in structurallyEquals()
H A DStmtProfile.cpp1445 VisitType(Arg.getIntegralType()); in VisitTemplateArgument()
H A DASTImporter.cpp307 if (!Context.IsStructurallyEquivalent(Arg1.getIntegralType(), in IsStructurallyEquivalent()
308 Arg2.getIntegralType())) in IsStructurallyEquivalent()
2089 QualType ToType = Importer.Import(From.getIntegralType()); in ImportTemplateArgument()
H A DMicrosoftMangle.cpp1148 TA.getIntegralType()->isBooleanType()); in mangleTemplateArg()
H A DItaniumMangle.cpp3426 mangleIntegerLiteral(A.getIntegralType(), A.getAsIntegral()); in mangleTemplateArg()
H A DASTContext.cpp4176 return TemplateArgument(Arg, getCanonicalType(Arg.getIntegralType())); in getCanonicalTemplateArgument()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DTemplateBase.h296 QualType getIntegralType() const { in getIntegralType() function
/minix3/external/bsd/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp802 VisitType(Arg.getIntegralType()); in VisitTemplateArgument()
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h657 return InnerMatcher.matches(Node.getIntegralType(), Finder, Builder); in AST_MATCHER_P()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1214 type = arg.getIntegralType(); in transformNonTypeTemplateParmRef()
H A DSemaTemplateDeduction.cpp1772 Arg.getIntegralType(), in DeduceTemplateArguments()
H A DSemaTemplate.cpp5393 QualType OrigT = Arg.getIntegralType(); in BuildExpressionFromIntegralTemplateArgument()
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1247 llvm::DIType TTy = getOrCreateType(TA.getIntegralType(), Unit); in CollectTemplateParams()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp5474 AddTypeRef(Arg.getIntegralType(), Record); in AddTemplateArgument()