Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DTypeProperties.td602 return ctx.getMacroQualifiedType(underlyingType, macroIdentifier);
H A DASTContext.h1646 QualType getMacroQualifiedType(QualType UnderlyingTy,
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp3177 return getMacroQualifiedType( in getFunctionTypeWithExceptionSpec()
5031 ASTContext::getMacroQualifiedType(QualType UnderlyingTy, in getMacroQualifiedType() function in ASTContext
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp8508 type = state.getSema().Context.getMacroQualifiedType(type, MacroII); in processTypeAttrs()
H A DTreeTransform.h949 return SemaRef.Context.getMacroQualifiedType(T, MacroII); in RebuildMacroQualifiedType()