Searched defs:getPointeeType (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clangd/ | ||
| H A D | HeuristicResolver.cpp | 58 const Type *HeuristicResolver::getPointeeType(const Type *T) const { in getPointeeType() function in clang::clangd::HeuristicResolver |
| /llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/ | ||
| H A D | SPIRVTypes.cpp | 404 Type PointerType::getPointeeType() const { return getImpl()->pointeeType; } in getPointeeType() function in PointerType |
| /llvm-project-15.0.7/clang/utils/TableGen/ | ||
| H A D | MveEmitter.cpp | 215 const Type *getPointeeType() const { return Pointee; } in getPointeeType() function in __anondd1c47770111::PointerType |
| /llvm-project-15.0.7/clang/lib/AST/ | ||
| H A D | Type.cpp | 625 QualType Type::getPointeeType() const { in getPointeeType() function in Type |