Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td610 return ctx.getMacroQualifiedType(underlyingType, macroIdentifier);
H A DASTContext.h1641 QualType getMacroQualifiedType(QualType UnderlyingTy,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3161 return getMacroQualifiedType( in getFunctionTypeWithExceptionSpec()
5068 ASTContext::getMacroQualifiedType(QualType UnderlyingTy, in getMacroQualifiedType() function in ASTContext
13103 return Ctx.getMacroQualifiedType(Ctx.getQualifiedType(Underlying), IX); in getCommonSugarTypeNode()
H A DASTImporter.cpp1703 return Importer.getToContext().getMacroQualifiedType(*ToUnderlyingTypeOrErr, in VisitMacroQualifiedType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp9100 type = state.getSema().Context.getMacroQualifiedType(type, MacroII); in processTypeAttrs()
H A DTreeTransform.h1014 return SemaRef.Context.getMacroQualifiedType(T, MacroII); in RebuildMacroQualifiedType()