Searched refs:isStringType (Results 1 – 2 of 2) sorted by relevance
4696 bool isStringType() const { in isStringType() function4707 bool isIntType() const LLVM_READONLY { return !isStringType(); } in isIntType()
8668 assert(E->isStringType() && "SourceLocExpr isn't a pointer type?"); in VisitSourceLocExpr()