Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormatToken.h802 bool IsJavaScriptIdentifier(const FormatToken &Tok) const { in IsJavaScriptIdentifier() function
H A DTokenAnnotator.cpp2636 if (Left.is(tok::identifier) && Keywords.IsJavaScriptIdentifier(Left) && in spaceRequiredBefore()