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

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

Completed in 148 milliseconds