Searched defs:getPointeeType (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang-tools-extra/clangd/ | ||
H A D | HeuristicResolver.cpp |
|
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ | ||
H A D | SPIRVTypes.cpp | 485 Type PointerType::getPointeeType() const { return getImpl()->pointeeType; } getPointeeType() function in PointerType |
/llvm-project/llvm/lib/Target/SPIRV/ | ||
H A D | SPIRVGlobalRegistry.cpp | 1073 SPIRVType *SPIRVGlobalRegistry::getPointeeType(SPIRVType *PtrType) { getPointeeType() function in SPIRVGlobalRegistry |
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ | ||
H A D | StreamChecker.cpp | 1037 static QualType getPointeeType(const MemRegion *R) { getPointeeType() function |
/llvm-project/clang/utils/TableGen/ | ||
H A D | MveEmitter.cpp | 215 const Type *getPointeeType() const { return Pointee; } in getPointeeType() function in __anon6b6344ba0111::PointerType |
/llvm-project/clang/lib/AST/ | ||
H A D | Type.cpp | 705 QualType Type::getPointeeType() const { getPointeeType() function in Type |