Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h4629 bool isStringType() const { in isStringType() function
4640 bool isIntType() const LLVM_READONLY { return !isStringType(); } in isIntType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp8665 assert(E->isStringType() && "SourceLocExpr isn't a pointer type?"); in VisitSourceLocExpr()