OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAnyIdentifier
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
TokenKinds.h
72
inline bool
isAnyIdentifier
(TokenKind K) {
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
Token.h
109
bool
isAnyIdentifier
() const {
110
return tok::
isAnyIdentifier
(getKind());
/src/external/apache2/llvm/dist/clang/tools/clang-rename/
ClangRename.cpp
150
if (!tok::
isAnyIdentifier
(NewNameTokKind)) {
/src/external/apache2/llvm/dist/clang/lib/Lex/
TokenLexer.cpp
807
if (LHSTok.
isAnyIdentifier
() && RHS.
isAnyIdentifier
()) {
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParsePragma.cpp
835
assert(Tok.
isAnyIdentifier
());
893
if (!Tok.
isAnyIdentifier
()) {
949
if (Tok.
isAnyIdentifier
()) {
966
if (Tok.
isAnyIdentifier
()) {
1037
if (Tok.
isAnyIdentifier
()) {
2704
if (!Tok.
isAnyIdentifier
()) {
2726
if (!Tok.
isAnyIdentifier
()) {
ParseOpenMP.cpp
1568
if (Tok.
isAnyIdentifier
()) {
2462
if (Tok.
isAnyIdentifier
()) {
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
LocalizationChecker.cpp
1166
if (
isAnyIdentifier
(Result.getKind())) {
/src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineParser.cpp
1352
if (FormatTok->Tok.
isAnyIdentifier
() ||
TokenAnnotator.cpp
1989
(InTemplateArgument && NextToken->Tok.
isAnyIdentifier
()))
1998
if (NextToken->Tok.
isAnyIdentifier
()) {
Completed in 51 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026