Searched defs:isStringLiteral (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.h363 bool isStringLiteral() const { return tok::isStringLiteral(Tok.getKind()); } function in struct:clang::format::FormatToken
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTokenKinds.h77 inline bool isStringLiteral(TokenKind K) { function in namespace:clang::tok

Completed in 118 milliseconds