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.td657 return ctx.getMacroQualifiedType(underlyingType, macroIdentifier);
H A DASTContext.h1703 QualType getMacroQualifiedType(QualType UnderlyingTy,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3542 return getMacroQualifiedType( in getFunctionTypeWithExceptionSpec()
5476 ASTContext::getMacroQualifiedType(QualType UnderlyingTy, in getMacroQualifiedType() function in ASTContext
13617 return Ctx.getMacroQualifiedType(Ctx.getQualifiedType(Underlying), IX); in getCommonSugarTypeNode()
H A DASTImporter.cpp1751 return Importer.getToContext().getMacroQualifiedType(*ToUnderlyingTypeOrErr, in VisitMacroQualifiedType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8794 type = state.getSema().Context.getMacroQualifiedType(type, MacroII); in processTypeAttrs()
H A DTreeTransform.h1029 return SemaRef.Context.getMacroQualifiedType(T, MacroII); in RebuildMacroQualifiedType()