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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4544 bool isStringType() const { function in class:clang::final::final
4555 bool isIntType() const LLVM_READONLY { return !isStringType(); }
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp8270 assert(E->isStringType() && "SourceLocExpr isn't a pointer type?");

Completed in 92 milliseconds