OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAnyIdentifier
(Results
1 - 8
of
8
) sorted by null
/external/clang/include/clang/Basic/
TokenKinds.h
73
inline bool
isAnyIdentifier
(TokenKind K) {
/external/clang/include/clang/Lex/
Token.h
107
bool
isAnyIdentifier
() const {
108
return tok::
isAnyIdentifier
(getKind());
/external/clang/lib/Lex/
TokenLexer.cpp
584
if (Tok.
isAnyIdentifier
() && RHS.
isAnyIdentifier
()) {
[
all
...]
/external/clang/lib/Parse/
ParsePragma.cpp
505
assert(Tok.
isAnyIdentifier
());
563
if (!Tok.
isAnyIdentifier
()) {
619
if (Tok.
isAnyIdentifier
()) {
636
if (Tok.
isAnyIdentifier
()) {
707
if (Tok.
isAnyIdentifier
()) {
[
all
...]
ParseOpenMP.cpp
250
if (Tok.
isAnyIdentifier
()) {
[
all
...]
/external/clang/lib/StaticAnalyzer/Checkers/
LocalizationChecker.cpp
[
all
...]
/external/clang/lib/Format/
UnwrappedLineParser.cpp
868
if (FormatTok->Tok.
isAnyIdentifier
() ||
[
all
...]
TokenAnnotator.cpp
[
all
...]
Completed in 189 milliseconds