HomeSort by relevance Sort by last modified time
    Searched refs:isUndeducedType (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/Sema/
SemaLambda.cpp 367 if (Result->isUndeducedType()) {
618 assert(CSI.ReturnType.isNull() || !CSI.ReturnType->isUndeducedType());
    [all...]
SemaTemplateDeduction.cpp     [all...]
SemaDecl.cpp     [all...]
SemaStmt.cpp     [all...]
SemaType.cpp     [all...]
SemaOverload.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaExpr.cpp 62 if (getLangOpts().CPlusPlus1y && FD->getReturnType()->isUndeducedType() &&
305 if (getLangOpts().CPlusPlus1y && FD->getReturnType()->isUndeducedType() &&
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 57 milliseconds