Searched refs:getIntegralType (Results 1 – 25 of 33) sorted by relevance
12
/external/llvm-project/clang/lib/AST/ |
D | TemplateBase.cpp | 55 const Type *T = TemplArg.getIntegralType().getTypePtr(); in printIntegral() 216 return getIntegralType(); in getNonTypeTemplateArgumentType() 270 getIntegralType().Profile(ID); in Profile() 303 return getIntegralType() == Other.getIntegralType() && in structurallyEquals()
|
D | ASTDiagnostic.cpp | 1187 IntType = Iter->getIntegralType(); in InitializeNonTypeDiffVariables() 1217 IntType = TA.getIntegralType(); in InitializeNonTypeDiffVariables()
|
D | ASTStructuralEquivalence.cpp | 524 if (!IsStructurallyEquivalent(Context, Arg1.getIntegralType(), in IsStructurallyEquivalent() 525 Arg2.getIntegralType())) in IsStructurallyEquivalent()
|
D | StmtProfile.cpp | 2205 VisitType(Arg.getIntegralType()); in VisitTemplateArgument()
|
D | MicrosoftMangle.cpp | 1519 QualType T = TA.getIntegralType(); in mangleTemplateArg()
|
/external/clang/lib/AST/ |
D | TemplateBase.cpp | 40 const ::clang::Type *T = TemplArg.getIntegralType().getTypePtr(); in printIntegral() 285 getIntegralType().Profile(ID); in Profile() 315 return getIntegralType() == Other.getIntegralType() && in structurallyEquals()
|
D | ASTDiagnostic.cpp | 1147 IntType = Iter->getIntegralType(); in InitializeNonTypeDiffVariables() 1177 IntType = TA.getIntegralType(); in InitializeNonTypeDiffVariables()
|
D | StmtProfile.cpp | 1739 VisitType(Arg.getIntegralType()); in VisitTemplateArgument()
|
D | MicrosoftMangle.cpp | 1270 TA.getIntegralType()->isBooleanType()); in mangleTemplateArg()
|
D | ASTImporter.cpp | 406 if (!Context.IsStructurallyEquivalent(Arg1.getIntegralType(), in IsStructurallyEquivalent() 407 Arg2.getIntegralType())) in IsStructurallyEquivalent() 2286 QualType ToType = Importer.Import(From.getIntegralType()); in ImportTemplateArgument()
|
D | ItaniumMangle.cpp | 4123 mangleIntegerLiteral(A.getIntegralType(), A.getAsIntegral()); in mangleTemplateArg()
|
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
D | CxxModuleHandler.cpp | 242 m_importer->Import(arg.getIntegralType()); in tryInstantiateStdTemplate()
|
/external/clang/include/clang/AST/ |
D | TemplateBase.h | 294 QualType getIntegralType() const { in getIntegralType() function
|
/external/llvm-project/clang/include/clang/AST/ |
D | TemplateBase.h | 327 QualType getIntegralType() const {
|
D | PropertiesBase.td | 447 let Read = [{ node.getIntegralType() }];
|
/external/clang/lib/Index/ |
D | USRGeneration.cpp | 838 VisitType(Arg.getIntegralType()); in VisitTemplateArgument()
|
/external/llvm-project/clang/lib/Index/ |
D | USRGeneration.cpp | 983 VisitType(Arg.getIntegralType()); in VisitTemplateArgument()
|
/external/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 828 return InnerMatcher.matches(Node.getIntegralType(), Finder, Builder); in AST_MATCHER_P()
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 1180 type = arg.getIntegralType(); in transformNonTypeTemplateParmRef()
|
D | SemaTemplate.cpp | 2068 QualType ArgTy = NumArgsArg.getIntegralType(); in checkBuiltinTemplateIdType() 5534 QualType OrigT = Arg.getIntegralType(); in BuildExpressionFromIntegralTemplateArgument()
|
D | SemaTemplateDeduction.cpp | 1758 Arg.getIntegralType(), in DeduceTemplateArguments()
|
/external/llvm-project/clang/include/clang/ASTMatchers/ |
D | ASTMatchers.h | 1179 return InnerMatcher.matches(Node.getIntegralType(), Finder, Builder); in AST_MATCHER_P()
|
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
D | TypeSystemClang.cpp | 1382 template_param_infos.args[i].getIntegralType(); in CreateTemplateParameterList() 1403 template_param_infos.packed_args->args[0].getIntegralType(); in CreateTemplateParameterList() 7050 {template_arg.getAsIntegral(), GetType(template_arg.getIntegralType())}}; in GetIntegralTemplateArgument()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiate.cpp | 1568 arg.getIntegralType())); in transformNonTypeTemplateParmRef()
|
D | SemaTemplate.cpp | 3443 QualType ArgTy = NumArgsArg.getIntegralType(); in checkBuiltinTemplateIdType() 7606 QualType OrigT = Arg.getIntegralType(); in BuildExpressionFromIntegralTemplateArgument()
|
12