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

/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp834 getSema().CallsUndergoingInstantiation.push_back(CE);
837 getSema().CallsUndergoingInstantiation.pop_back();
H A DSemaExpr.cpp1476 DeclContext *DC = (SS.isEmpty() && !CallsUndergoingInstantiation.empty())
1507 CallsUndergoingInstantiation.back()->getCallee());
1537 CallsUndergoingInstantiation.back()->setCallee(DepExpr);
/external/clang/include/clang/Sema/
H A DSema.h5614 SmallVector<CallExpr *, 8> CallsUndergoingInstantiation; member in class:clang::Sema

Completed in 165 milliseconds