Home
last modified time | relevance | path

Searched defs:getPointerType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1242 CanQualType getPointerType(CanQualType T) const { in getPointerType() function
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DMveEmitter.cpp1018 const PointerType *getPointerType(const Type *T, bool Const) { in getPointerType() function in __anone3a730d20111::EmitterBase
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3189 QualType ASTContext::getPointerType(QualType T) const { in getPointerType() function in ASTContext