Searched defs:TentativeParsingAction (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/Parse/ | ||
H A D | Parser.h | 633 /// TentativeParsingAction - An object that is used as a kind of "tentative 639 /// TentativeParsingAction TPA(*this); 644 class TentativeParsingAction { class in class:clang::Parser 652 explicit TentativeParsingAction(Parser& p) : P(p) { function in class:clang::Parser::TentativeParsingAction 680 ~TentativeParsingAction() { |
Completed in 131 milliseconds