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

Function isPrimitiveType

include/ftg/utils/ASTUtil.h:67–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67static inline bool isPrimitiveType(const clang::QualType &clangQTy) {
68 return (clangQTy->isIntegerType() || clangQTy->isFloatingType() ||
69 clangQTy->isBuiltinType());
70}
71
72std::vector<clang::CXXMethodDecl *> findCXXMethodDeclFromCXXRecordDecls(
73 const clang::CXXRecordDecl *CurCXXRecordDecl, std::string MethodName);

Callers 1

createTypeMethod · 0.85

Calls 1

isIntegerTypeMethod · 0.80

Tested by

no test coverage detected