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

/external/clang/lib/Parse/
H A DParseExpr.cpp2235 DeclContext *CodeDC = Actions.CurContext; local
2236 while (CodeDC->isRecord() || isa<EnumDecl>(CodeDC)) {
2237 CodeDC = CodeDC->getParent();
2238 assert(CodeDC && !CodeDC->isFileContext() &&
2241 Sema::ContextRAII SavedContext(Actions, CodeDC, /*NewThisContext=*/false);

Completed in 50 milliseconds