OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TokenValue
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/WindowsResource/
ResourceScriptToken.h
53
StringRef
TokenValue
;
/src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceScriptToken.h
65
StringRef
TokenValue
;
ResourceScriptToken.cpp
46
: TokenKind(RCTokenKind),
TokenValue
(Value) {}
53
bool IsSuccess = rcGetAsInteger(
TokenValue
, Result);
60
return TokenKind == Kind::Int && std::toupper(
TokenValue
.back()) == 'L';
63
StringRef RCToken::value() const { return
TokenValue
; }
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h
90
class
TokenValue
{
95
TokenValue
(tok::TokenKind Kind) : Kind(Kind), II(nullptr) {
98
"Identifiers should be created by
TokenValue
(IdentifierInfo *)");
103
TokenValue
(IdentifierInfo *II) : Kind(tok::identifier), II(II) {}
1193
ArrayRef<
TokenValue
> Tokens) const;
/src/external/apache2/llvm/dist/clang/lib/AST/
CommentSema.cpp
704
TokenValue
Tokens[] = {tok::l_square, tok::l_square,
713
TokenValue
Tokens[] = {
/src/external/apache2/llvm/dist/clang/lib/Lex/
Preprocessor.cpp
346
ArrayRef<
TokenValue
> Tokens) {
353
ArrayRef<
TokenValue
> Tokens) const {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaCast.cpp
2101
SmallVector<
TokenValue
, 6> AttrTokens;
2109
?
TokenValue
(II->getTokenID())
2110
:
TokenValue
(II));
2119
?
TokenValue
(II->getTokenID())
2120
:
TokenValue
(II));
AnalysisBasedWarnings.cpp
1230
TokenValue
FallthroughTokens[] = {
1236
TokenValue
ClangFallthroughTokens[] = {
SemaObjCProperty.cpp
2297
TokenValue
tokens[] = {
Completed in 51 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026