OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllowDollar
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
CharInfo.h
49
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
))
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaAvailability.cpp
267
bool
AllowDollar
= LangOpts.DollarIdents;
271
if (!isValidIdentifier(S,
AllowDollar
))
Completed in 29 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026