OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIdentifierBody
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Lex/
DependencyDirectivesSourceMinimizer.cpp
134
if (First == Current || !
isIdentifierBody
(*--Current))
139
return First == Current || !
isIdentifierBody
(*--Current);
144
return First == Current || !
isIdentifierBody
(*--Current);
322
return (Cur + 1) < End &&
isIdentifierBody
(*(Cur + 1));
487
while (Last != End && (
isIdentifierBody
(*Last) || *Last == '.'));
510
if (!
isIdentifierBody
(*First) && *First != '.')
527
assert(
isIdentifierBody
(*First) && "invalid identifer");
529
while (Last != End &&
isIdentifierBody
(*Last))
543
return
isIdentifierBody
(First[0]) ? First : nullptr;
572
(
isIdentifierBody
(*Last) || *Last == '.' || *Last == ','))
[
all
...]
Lexer.cpp
1051
return
isIdentifierBody
(c, LangOpts.DollarIdents);
1646
while (
isIdentifierBody
(C))
1691
while (
isIdentifierBody
(*CurPtr))
1726
} else if (!
isIdentifierBody
(C)) {
1734
while (
isIdentifierBody
(C)) {
1794
if (
isIdentifierBody
(Next)) {
1868
if (!
isIdentifierBody
(Next)) {
1900
if (
isIdentifierBody
(C)) { CurPtr = ConsumeChar(CurPtr, Size, Result); }
ModuleMap.cpp
349
if (
isIdentifierBody
(Name[I]))
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
CharInfo.h
58
LLVM_READONLY inline bool
isIdentifierBody
(unsigned char c,
190
if (!
isIdentifierBody
(*I, AllowDollar))
/src/external/apache2/llvm/dist/clang/lib/Frontend/
LayoutOverrideSource.cpp
23
while (Offset < S.size() &&
isIdentifierBody
(S[Offset]))
/src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
Parsing.cpp
168
[](char c) { return isASCII(c) &&
isIdentifierBody
(c); });
/src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftMangle.cpp
3883
if (
isIdentifierBody
(Byte, /*AllowDollar=*/true)) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaType.cpp
4224
} else if (!
isIdentifierBody
(NextChar[0], /*allow dollar*/true) &&
4225
!
isIdentifierBody
(NextChar[-1], /*allow dollar*/true)) {
Completed in 83 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026