Home
last modified time | relevance | path

Searched refs:getDependentAddressSpaceType (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTypeProperties.td621 return ctx.getDependentAddressSpaceType(pointeeType, addressSpace,
H A DASTContext.h1430 QualType getDependentAddressSpaceType(QualType PointeeType,
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp6454 return Context.getDependentAddressSpaceType(T, AddrSpace, AttrLoc); in BuildAddressSpaceAttr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp4122 QualType ASTContext::getDependentAddressSpaceType(QualType PointeeType, in getDependentAddressSpaceType() function in ASTContext