Home
last modified time | relevance | path

Searched defs:getPointeeType (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHeuristicResolver.cpp171 QualType HeuristicResolverImpl::getPointeeType(QualType T) { in getPointeeType() function in clang::__anon96160a110111::HeuristicResolverImpl
601 const QualType HeuristicResolver::getPointeeType(QualType T) const { in getPointeeType() function in clang::HeuristicResolver
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h357 inline Type *getPointeeType(const Type *Ty) { in getPointeeType() function
H A DSPIRVGlobalRegistry.cpp1311 SPIRVType *SPIRVGlobalRegistry::getPointeeType(SPIRVType *PtrType) { in getPointeeType() function in SPIRVGlobalRegistry
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp1076 static QualType getPointeeType(const MemRegion *R) { in getPointeeType() function
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp213 const Type *getPointeeType() const { return Pointee; } in getPointeeType() function in __anon819a2c470111::PointerType
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp754 QualType Type::getPointeeType() const { in getPointeeType() function in Type