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

Method updateArrayInfoFromAST

lib/type/Type.cpp:110–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void Type::updateArrayInfoFromAST(const clang::QualType &QT) {
111 assert(PtrInfo && "Unexpected Program State");
112 PtrInfo->updateArrayInfoFromAST(this, QT);
113}
114
115Type::Type(Type::TypeID ID) : ID(ID) {
116 if (ID == TypeID_Pointer)

Callers 1

createPointerTypeMethod · 0.80

Calls 10

getAsArrayTypeFunction · 0.85
getPointeeTyFunction · 0.85
isPointerTypeMethod · 0.80
setPtrKindMethod · 0.80
setLengthTypeMethod · 0.80
setMaxLengthMethod · 0.80
setIncompleteMethod · 0.80
setArrayInfoMethod · 0.80
getArrayInfoMethod · 0.80
getPointeeTypeMethod · 0.80

Tested by

no test coverage detected