OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OpTok
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp
2223
/// type-id.
OpTok
is the operand token (typeof/sizeof/alignof). Returns the
2245
Parser::ParseExprAfterUnaryExprOrTypeTrait(const Token &
OpTok
,
2250
assert(
OpTok
.isOneOf(tok::kw_typeof, tok::kw_sizeof, tok::kw___alignof,
2261
if (
OpTok
.isOneOf(tok::kw_sizeof, tok::kw___alignof, tok::kw_alignof,
2269
SourceLocation LParenLoc = PP.getLocForEndOfToken(
OpTok
.getLocation());
2272
Diag(
OpTok
.getLocation(),
2274
<<
OpTok
.getName();
2277
<<
OpTok
.getName() << FixItHint::CreateInsertion(LParenLoc, "(")
2286
if (
OpTok
.is(tok::kw_typeof) && !getLangOpts().CPlusPlus) {
2287
Diag(Tok, diag::err_expected_after) <<
OpTok
.getIdentifierInfo(
[
all
...]
ParseDecl.cpp
7225
Token
OpTok
= Tok;
7238
ParseExprAfterUnaryExprOrTypeTrait(
OpTok
, isCastExpr, CastTy, CastRange));
/src/external/apache2/llvm/dist/llvm/lib/TableGen/
TGParser.cpp
1109
tgtok::TokKind
OpTok
= Lex.getCode();
1114
switch (
OpTok
) {
1141
switch (
OpTok
) {
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h
1804
ExprResult ParseExprAfterUnaryExprOrTypeTrait(const Token &
OpTok
,
Completed in 46 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026