Searched refs:ContextToPush (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Sema/
H A DSema.h555 ContextRAII(Sema &S, DeclContext *ContextToPush, bool NewThisContext = true) argument
560 assert(ContextToPush && "pushing null context");
561 S.CurContext = ContextToPush;

Completed in 248 milliseconds