Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DTemplateBase.cpp55 const Type *T = TemplArg.getIntegralType().getTypePtr(); in printIntegral()
271 return getIntegralType(); in getNonTypeTemplateArgumentType()
325 getIntegralType().Profile(ID); in Profile()
355 return getIntegralType() == Other.getIntegralType() && in structurallyEquals()
H A DASTStructuralEquivalence.cpp243 if (!IsStructurallyEquivalent(Context, Arg1.getIntegralType(), in IsStructurallyEquivalent()
244 Arg2.getIntegralType())) in IsStructurallyEquivalent()
H A DASTDiagnostic.cpp1170 IntType = Iter->getIntegralType(); in InitializeNonTypeDiffVariables()
1200 IntType = TA.getIntegralType(); in InitializeNonTypeDiffVariables()
H A DStmtProfile.cpp1998 VisitType(Arg.getIntegralType()); in VisitTemplateArgument()
H A DMicrosoftMangle.cpp1448 TA.getIntegralType()->isBooleanType()); in mangleTemplateArg()
H A DItaniumMangle.cpp4474 mangleIntegerLiteral(A.getIntegralType(), A.getAsIntegral()); in mangleTemplateArg()
H A DASTContext.cpp5329 return TemplateArgument(Arg, getCanonicalType(Arg.getIntegralType())); in getCanonicalTemplateArgument()
H A DASTImporter.cpp761 ExpectedType ToTypeOrErr = import(From.getIntegralType()); in import()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DTemplateBase.h315 QualType getIntegralType() const { in getIntegralType() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DUSRGeneration.cpp970 VisitType(Arg.getIntegralType()); in VisitTemplateArgument()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1029 return InnerMatcher.matches(Node.getIntegralType(), Finder, Builder); in AST_MATCHER_P()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1300 type = arg.getIntegralType(); in transformNonTypeTemplateParmRef()
H A DSemaTemplate.cpp2956 QualType ArgTy = NumArgsArg.getIntegralType(); in checkBuiltinTemplateIdType()
6874 QualType OrigT = Arg.getIntegralType(); in BuildExpressionFromIntegralTemplateArgument()
H A DSemaTemplateDeduction.cpp2200 Arg.getIntegralType(), in DeduceTemplateArguments()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1544 template_param_infos.args[i].getIntegralType(), parameter_pack, in CreateTemplateParameterList()
1566 template_param_infos.packed_args->args[0].getIntegralType(), in CreateTemplateParameterList()
7826 CompilerType(getASTContext(), template_arg.getIntegralType())}}; in GetIntegralTemplateArgument()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1719 llvm::DIType *TTy = getOrCreateType(TA.getIntegralType(), Unit); in CollectTemplateParams()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp5877 AddTypeRef(Arg.getIntegralType()); in AddTemplateArgument()