Searched refs:getIntegralType (Results 1 – 17 of 17) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 55 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 D | ASTStructuralEquivalence.cpp | 243 if (!IsStructurallyEquivalent(Context, Arg1.getIntegralType(), in IsStructurallyEquivalent() 244 Arg2.getIntegralType())) in IsStructurallyEquivalent()
|
| H A D | ASTDiagnostic.cpp | 1170 IntType = Iter->getIntegralType(); in InitializeNonTypeDiffVariables() 1200 IntType = TA.getIntegralType(); in InitializeNonTypeDiffVariables()
|
| H A D | StmtProfile.cpp | 1998 VisitType(Arg.getIntegralType()); in VisitTemplateArgument()
|
| H A D | MicrosoftMangle.cpp | 1448 TA.getIntegralType()->isBooleanType()); in mangleTemplateArg()
|
| H A D | ItaniumMangle.cpp | 4474 mangleIntegerLiteral(A.getIntegralType(), A.getAsIntegral()); in mangleTemplateArg()
|
| H A D | ASTContext.cpp | 5329 return TemplateArgument(Arg, getCanonicalType(Arg.getIntegralType())); in getCanonicalTemplateArgument()
|
| H A D | ASTImporter.cpp | 761 ExpectedType ToTypeOrErr = import(From.getIntegralType()); in import()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | TemplateBase.h | 315 QualType getIntegralType() const { in getIntegralType() function
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 970 VisitType(Arg.getIntegralType()); in VisitTemplateArgument()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 1029 return InnerMatcher.matches(Node.getIntegralType(), Finder, Builder); in AST_MATCHER_P()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 1300 type = arg.getIntegralType(); in transformNonTypeTemplateParmRef()
|
| H A D | SemaTemplate.cpp | 2956 QualType ArgTy = NumArgsArg.getIntegralType(); in checkBuiltinTemplateIdType() 6874 QualType OrigT = Arg.getIntegralType(); in BuildExpressionFromIntegralTemplateArgument()
|
| H A D | SemaTemplateDeduction.cpp | 2200 Arg.getIntegralType(), in DeduceTemplateArguments()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/ |
| H A D | ClangASTContext.cpp | 1544 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 D | CGDebugInfo.cpp | 1719 llvm::DIType *TTy = getOrCreateType(TA.getIntegralType(), Unit); in CollectTemplateParams()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/ |
| H A D | ASTWriter.cpp | 5877 AddTypeRef(Arg.getIntegralType()); in AddTemplateArgument()
|