Home
last modified time | relevance | path

Searched refs:getMacroQualifiedType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td649 return ctx.getMacroQualifiedType(underlyingType, macroIdentifier);
H A DASTContext.h1889 QualType getMacroQualifiedType(QualType UnderlyingTy,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3759 return getMacroQualifiedType(adjustType(MQT->getUnderlyingType(), Adjust), in adjustType()
5866 ASTContext::getMacroQualifiedType(QualType UnderlyingTy, in getMacroQualifiedType() function in ASTContext
14425 return Ctx.getMacroQualifiedType(Ctx.getQualifiedType(Underlying), IX); in getCommonSugarTypeNode()
H A DASTImporter.cpp1969 return Importer.getToContext().getMacroQualifiedType(*ToUnderlyingTypeOrErr, in VisitMacroQualifiedType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9079 type = state.getSema().Context.getMacroQualifiedType(type, MacroII); in processTypeAttrs()
H A DTreeTransform.h1034 return SemaRef.Context.getMacroQualifiedType(T, MacroII); in RebuildMacroQualifiedType()