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

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateVariadic.cpp 634 !Pattern->getContainedDeducedType()) {
SemaDecl.cpp 6933 if (R->getContainedDeducedType())
7099 if (R->getContainedDeducedType())
11652 DeducedType *Deduced = Type->getContainedDeducedType();
13549 DeducedType *DT = D->getType()->getContainedDeducedType();
14355 if (FD->getReturnType()->getContainedDeducedType())
SemaExprCXX.cpp 1453 DeducedType *Deduced = Ty->getContainedDeducedType();
1949 auto *Deduced = AllocType->getContainedDeducedType();
SemaTemplate.cpp 6801 DeducedType *DeducedT = ParamType->getContainedDeducedType();
6879 !Arg->getType()->getContainedDeducedType()) {
SemaType.cpp 3343 DeducedType *Deduced = T->getContainedDeducedType();
3347 Deduced = T.isNull() ? nullptr : T->getContainedDeducedType();
SemaLookup.cpp 1125 R.getLookupName().getCXXNameType()->getContainedDeducedType();
SemaInit.cpp 9966 TSInfo->getType()->getContainedDeducedType());
SemaDeclCXX.cpp 8462 FD->getDeclaredReturnType()->getContainedDeducedType() &&
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 2268 DeducedType *getContainedDeducedType() const;
2274 return dyn_cast_or_null<AutoType>(getContainedDeducedType());
7077 auto *DT = getContainedDeducedType();
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclTemplate.cpp 204 if (ParamValueDecl->getType()->getContainedDeducedType())
Decl.cpp 1235 VD && VD->getType()->getContainedDeducedType()
Type.cpp 1879 DeducedType *Type::getContainedDeducedType() const {
ItaniumMangle.cpp 5220 return NTTP && NTTP->getType()->getContainedDeducedType();
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 3585 auto *DT = T->getContainedDeducedType();
ASTReader.cpp 9186 auto *DT = FD->getReturnType()->getContainedDeducedType();

Completed in 146 milliseconds