HomeSort by: relevance | last modified time | path
    Searched refs:getDeducedDepth (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
TemplateDeduction.h 85 unsigned getDeducedDepth() const {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateDeduction.cpp 206 return getDeducedParameterFromExpr(E, Info.getDeducedDepth());
391 assert(NTTP->getDepth() == Info.getDeducedDepth() &&
515 if (TempParam->getDepth() != Info.getDeducedDepth())
757 if (Depth == Info.getDeducedDepth())
797 std::make_pair(Info.getDeducedDepth(), Packs[I].Index)) {
817 std::make_pair(Info.getDeducedDepth(), Pack.Index)) {
1464 Info.getDeducedDepth() != TemplateTypeParm->getDepth())
1497 assert(TemplateTypeParm->getDepth() == Info.getDeducedDepth() &&
1773 assert(NTTP->getDepth() == Info.getDeducedDepth() &&
1838 assert(NTTP->getDepth() == Info.getDeducedDepth() &
    [all...]

Completed in 29 milliseconds