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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp849 getSema().CallsUndergoingInstantiation.push_back(CE);
852 getSema().CallsUndergoingInstantiation.pop_back();
H A DSemaExpr.cpp1621 DeclContext *DC = (SS.isEmpty() && !CallsUndergoingInstantiation.empty())
1652 CallsUndergoingInstantiation.back()->getCallee());
1683 CallsUndergoingInstantiation.back()->setCallee(DepExpr);
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5902 SmallVector<CallExpr *, 8> CallsUndergoingInstantiation; member in class:clang::Sema

Completed in 217 milliseconds