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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DCharInfo.h49 bool AllowDollar = false) {
53 return AllowDollar && c == '$';
59 bool AllowDollar = false) {
63 return AllowDollar && c == '$';
185 bool AllowDollar = false) {
186 if (S.empty() || !isIdentifierHead(S[0], AllowDollar))
190 if (!isIdentifierBody(*I, AllowDollar))
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp267 bool AllowDollar = LangOpts.DollarIdents; local
271 if (!isValidIdentifier(S, AllowDollar))

Completed in 73 milliseconds