Searched defs:PrevTokLocation (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Parse/
H A DParser.h68 // PrevTokLocation - The location of the token we previously
72 SourceLocation PrevTokLocation; member in class:clang::Parser
299 PrevTokLocation = Tok.getLocation();
301 return PrevTokLocation;
309 PrevTokLocation = Tok.getLocation();
317 Loc = PrevTokLocation;
378 PrevTokLocation = Tok.getLocation();
380 return PrevTokLocation;
392 PrevTokLocation = Tok.getLocation();
394 return PrevTokLocation;
[all...]

Completed in 86 milliseconds