MCPcopy Create free account
hub / github.com/Samsung/UTopia / isPointerType

Function isPointerType

include/ftg/utils/ASTUtil.h:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63static inline bool isPointerType(const clang::QualType &clangQTy) {
64 return !getPointeeTy(clangQTy).isNull();
65}
66
67static inline bool isPrimitiveType(const clang::QualType &clangQTy) {
68 return (clangQTy->isIntegerType() || clangQTy->isFloatingType() ||

Callers 3

createTypeMethod · 0.85
getPointeeTypeMethod · 0.85

Calls 2

getPointeeTyFunction · 0.85
isNullMethod · 0.80

Tested by

no test coverage detected