Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTypeProperties.td589 return ctx.getMacroQualifiedType(underlyingType, macroIdentifier);
H A DASTContext.h1563 QualType getMacroQualifiedType(QualType UnderlyingTy,
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3096 return getMacroQualifiedType( in getFunctionTypeWithExceptionSpec()
4871 ASTContext::getMacroQualifiedType(QualType UnderlyingTy, in getMacroQualifiedType() function in ASTContext
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8300 type = state.getSema().Context.getMacroQualifiedType(type, MacroII); in processTypeAttrs()
H A DTreeTransform.h944 return SemaRef.Context.getMacroQualifiedType(T, MacroII); in RebuildMacroQualifiedType()