Home
last modified time | relevance | path

Searched refs:PrevTokLocation (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/Parse/
DParser.h94 SourceLocation PrevTokLocation; variable
308 PrevTokLocation = Tok.getLocation(); in ConsumeToken()
310 return PrevTokLocation; in ConsumeToken()
337 PrevTokLocation = Tok.getLocation(); in ConsumeParen()
339 return PrevTokLocation; in ConsumeParen()
351 PrevTokLocation = Tok.getLocation(); in ConsumeBracket()
353 return PrevTokLocation; in ConsumeBracket()
365 PrevTokLocation = Tok.getLocation(); in ConsumeBrace()
367 return PrevTokLocation; in ConsumeBrace()
377 PrevTokLocation = Tok.getLocation(); in ConsumeStringToken()
[all …]
/external/clang/lib/Parse/
DParser.cpp171 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation); in ExpectAndConsume()
1489 PrevTokLocation = Tok.getLocation(); in handleUnexpectedCodeCompletionToken()
1495 return PrevTokLocation; in handleUnexpectedCodeCompletionToken()
1501 return PrevTokLocation; in handleUnexpectedCodeCompletionToken()
1507 return PrevTokLocation; in handleUnexpectedCodeCompletionToken()
DParseCXXInlineMethods.cpp573 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation); in ParseLexedMemberInitializer()
DParseDeclCXX.cpp2369 SourceLocation SavedPrevTokLocation = PrevTokLocation; in ParseCXXMemberSpecification()
2374 PrevTokLocation = SavedPrevTokLocation; in ParseCXXMemberSpecification()
2438 SourceLocation Loc = PP.getLocForEndOfToken(PrevTokLocation); in ParseConstructorInitializer()
DParseStmt.cpp584 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation); in ParseCaseStatement()
660 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation); in ParseDefaultStatement()
DParseExpr.cpp1355 Loc = PrevTokLocation; in ParsePostfixExpressionSuffix()
DParseDecl.cpp3081 SourceLocation Loc = PP.getLocForEndOfToken(PrevTokLocation); in ParseEnumBody()