Home
last modified time | relevance | path

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

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