Searched refs:getIntegralType (Results 1 - 13 of 13) sorted by relevance

/external/clang/lib/AST/
H A DTemplateBase.cpp38 const ::clang::Type *T = TemplArg.getIntegralType().getTypePtr();
270 getIntegralType().Profile(ID);
301 return getIntegralType() == Other.getIntegralType() &&
H A DStmtProfile.cpp1243 VisitType(Arg.getIntegralType());
H A DASTImporter.cpp306 if (!Context.IsStructurallyEquivalent(Arg1.getIntegralType(),
307 Arg2.getIntegralType()))
2106 QualType ToType = Importer.Import(From.getIntegralType());
H A DMicrosoftMangle.cpp894 TA.getIntegralType()->isBooleanType());
H A DItaniumMangle.cpp3313 mangleIntegerLiteral(A.getIntegralType(), A.getAsIntegral());
H A DASTContext.cpp4028 return TemplateArgument(Arg, getCanonicalType(Arg.getIntegralType()));
/external/clang/include/clang/AST/
H A DTemplateBase.h284 QualType getIntegralType() const { function in class:clang::TemplateArgument
/external/clang/tools/libclang/
H A DCIndexUSRs.cpp764 VisitType(Arg.getIntegralType());
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1264 type = arg.getIntegralType();
H A DSemaTemplateDeduction.cpp1717 Arg.getIntegralType(),
H A DSemaTemplate.cpp5080 QualType OrigT = Arg.getIntegralType();
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1225 llvm::DIType TTy = getOrCreateType(TA.getIntegralType(), Unit);
/external/clang/lib/Serialization/
H A DASTWriter.cpp4895 AddTypeRef(Arg.getIntegralType(), Record);

Completed in 551 milliseconds