Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td589 return ctx.getMacroQualifiedType(underlyingType, macroIdentifier);
H A DASTContext.h1518 QualType getMacroQualifiedType(QualType UnderlyingTy,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3081 return getMacroQualifiedType( in getFunctionTypeWithExceptionSpec()
4856 ASTContext::getMacroQualifiedType(QualType UnderlyingTy, in getMacroQualifiedType() function in ASTContext
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp8265 type = state.getSema().Context.getMacroQualifiedType(type, MacroII); in processTypeAttrs()
H A DTreeTransform.h944 return SemaRef.Context.getMacroQualifiedType(T, MacroII); in RebuildMacroQualifiedType()