Home
last modified time | relevance | path

Searched refs:isStringType (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4696 bool isStringType() const { in isStringType() function
4707 bool isIntType() const LLVM_READONLY { return !isStringType(); } in isIntType()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp8668 assert(E->isStringType() && "SourceLocExpr isn't a pointer type?"); in VisitSourceLocExpr()