Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/AST/
DTypeProperties.td606 return ctx.getMacroQualifiedType(underlyingType, macroIdentifier);
DASTContext.h1622 QualType getMacroQualifiedType(QualType UnderlyingTy,
/openbsd/src/gnu/llvm/clang/lib/AST/
DASTContext.cpp3200 return getMacroQualifiedType( in getFunctionTypeWithExceptionSpec()
5085 ASTContext::getMacroQualifiedType(QualType UnderlyingTy, in getMacroQualifiedType() function in ASTContext
12951 return Ctx.getMacroQualifiedType(Ctx.getQualifiedType(Underlying), IX); in getCommonSugarTypeNode()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaType.cpp8610 type = state.getSema().Context.getMacroQualifiedType(type, MacroII); in processTypeAttrs()
DTreeTransform.h993 return SemaRef.Context.getMacroQualifiedType(T, MacroII); in RebuildMacroQualifiedType()