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

/external/clang/lib/AST/
H A DTemplateBase.cpp38 const ::clang::Type *T = TemplArg.getIntegralType().getTypePtr();
274 getIntegralType().Profile(ID);
305 return getIntegralType() == Other.getIntegralType() &&
H A DStmtProfile.cpp1342 VisitType(Arg.getIntegralType());
H A DASTImporter.cpp306 if (!Context.IsStructurallyEquivalent(Arg1.getIntegralType(),
307 Arg2.getIntegralType()))
2089 QualType ToType = Importer.Import(From.getIntegralType());
H A DMicrosoftMangle.cpp1151 TA.getIntegralType()->isBooleanType());
H A DItaniumMangle.cpp3358 mangleIntegerLiteral(A.getIntegralType(), A.getAsIntegral());
H A DASTContext.cpp4120 return TemplateArgument(Arg, getCanonicalType(Arg.getIntegralType()));
/external/clang/include/clang/AST/
H A DTemplateBase.h297 QualType getIntegralType() const { function in class:clang::TemplateArgument
/external/clang/lib/Index/
H A DUSRGeneration.cpp761 VisitType(Arg.getIntegralType());
/external/lldb/source/Symbol/
H A DClangASTContext.cpp1203 template_param_infos.args[i].getIntegralType(),
H A DClangASTType.cpp4009 return ClangASTType(m_ast, template_arg.getIntegralType());
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1184 type = arg.getIntegralType();
H A DSemaTemplateDeduction.cpp1772 Arg.getIntegralType(),
H A DSemaTemplate.cpp5291 QualType OrigT = Arg.getIntegralType();
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1238 llvm::DIType TTy = getOrCreateType(TA.getIntegralType(), Unit);
/external/clang/lib/Serialization/
H A DASTWriter.cpp5178 AddTypeRef(Arg.getIntegralType(), Record);

Completed in 1879 milliseconds