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