OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurToken
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseAST.cpp
59
const Token &Tok = P.
getCurToken
();
ParseOpenMP.cpp
182
Token Tok = P.
getCurToken
();
213
Token Tok = P.
getCurToken
();
220
Tok = P.
getCurToken
();
708
const Token &Tok = P.
getCurToken
();
1088
P.getPreprocessor().getSpelling(P.
getCurToken
(), Buffer);
1095
if (P.
getCurToken
().is(tok::colon))
1098
P.Diag(P.
getCurToken
(), diag::warn_omp_declare_variant_expected)
1643
const Token &Tok = P.
getCurToken
();
3453
switch (P.
getCurToken
().getKind()) {
3499
Token Tok = P.
getCurToken
();
[
all
...]
ParseExprCXX.cpp
1169
switch (P.
getCurToken
().getKind()) {
1172
P.Diag(P.
getCurToken
().getLocation(),
1174
<< 0 << FixItHint::CreateRemoval(P.
getCurToken
().getLocation());
1182
P.Diag(P.
getCurToken
().getLocation(),
1184
<< 1 << FixItHint::CreateRemoval(P.
getCurToken
().getLocation());
1191
P.Diag(P.
getCurToken
().getLocation(),
1193
<< 2 << FixItHint::CreateRemoval(P.
getCurToken
().getLocation());
ParseStmt.cpp
1249
: P(P), StmtLoc(SL), PrevLoc(P.
getCurToken
().getLocation()),
1251
ShouldSkip(P.
getCurToken
().is(tok::l_brace)) {
1296
Token Tok = P.
getCurToken
();
ParsePragma.cpp
1500
Loc = PRef.
getCurToken
().getLocation();
1504
getAttributeSubjectRulesRecoveryPointForToken(PRef.
getCurToken
());
1539
FixItRange.setEnd(PRef.
getCurToken
().getLocation());
/src/external/apache2/llvm/dist/clang/lib/Interpreter/
IncrementalParser.cpp
148
if (P->
getCurToken
().is(tok::eof))
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h
441
const Token &
getCurToken
() const { return Tok; }
Completed in 59 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026