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

/external/clang/include/clang/Parse/
H A DParser.h594 /// ObjCDeclContextSwitch - An object used to switch context from
597 class ObjCDeclContextSwitch { class in class:clang::Parser
601 explicit ObjCDeclContextSwitch(Parser &p) : P(p), function in class:clang::Parser::ObjCDeclContextSwitch
606 ~ObjCDeclContextSwitch() {

Completed in 292 milliseconds