Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DTypeProperties.td585 return ctx.getMacroQualifiedType(underlyingType, macroIdentifier);
DASTContext.h1475 QualType getMacroQualifiedType(QualType UnderlyingTy,
/external/llvm-project/clang/lib/AST/
DASTContext.cpp3038 return getMacroQualifiedType( in getFunctionTypeWithExceptionSpec()
4786 ASTContext::getMacroQualifiedType(QualType UnderlyingTy, in getMacroQualifiedType() function in ASTContext
/external/llvm-project/clang/lib/Sema/
DSemaType.cpp8306 type = state.getSema().Context.getMacroQualifiedType(type, MacroII); in processTypeAttrs()
DTreeTransform.h943 return SemaRef.Context.getMacroQualifiedType(T, MacroII); in RebuildMacroQualifiedType()