Lines Matching refs:getRecord
84 return getRecord(ID).Name; in getName()
89 return getRecord(ID).Type; in getTypeString()
99 return strchr(getRecord(ID).Attributes, 'U') != nullptr; in isPure()
105 return strchr(getRecord(ID).Attributes, 'c') != nullptr; in isConst()
110 return strchr(getRecord(ID).Attributes, 'n') != nullptr; in isNoThrow()
115 return strchr(getRecord(ID).Attributes, 'r') != nullptr; in isNoReturn()
120 return strchr(getRecord(ID).Attributes, 'j') != nullptr; in isReturnsTwice()
126 return strchr(getRecord(ID).Attributes, 'u') != nullptr; in isUnevaluated()
132 return strchr(getRecord(ID).Attributes, 'F') != nullptr; in isLibFunction()
139 return strchr(getRecord(ID).Attributes, 'f') != nullptr; in isPredefinedLibFunction()
146 return strchr(getRecord(ID).Attributes, 'i') != nullptr; in isPredefinedRuntimeFunction()
151 return strchr(getRecord(ID).Attributes, 't') != nullptr; in hasCustomTypechecking()
157 return strchr(getRecord(ID).Type, '*') != nullptr; in hasPtrArgsOrResult()
167 return getRecord(ID).HeaderName; in getHeaderName()
185 return strchr(getRecord(ID).Attributes, 'e') != nullptr; in isConstWithoutErrno()
189 return getRecord(ID).Features; in getRequiredFeatures()
206 const Info &getRecord(unsigned ID) const;