Searched refs:getOriginalType (Results 1 - 25 of 25) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h369 void VisitAdjustedType(const AdjustedType *T) { Visit(T->getOriginalType()); }
H A DTypeLoc.h1173 return getTypePtr()->getOriginalType();
H A DRecursiveASTVisitor.h898 DEF_TRAVERSE_TYPE(AdjustedType, { TRY_TO(TraverseType(T->getOriginalType())); })
900 DEF_TRAVERSE_TYPE(DecayedType, { TRY_TO(TraverseType(T->getOriginalType())); })
H A DDecl.h1733 QualType getOriginalType() const;
H A DType.h2687 QualType getOriginalType() const { return OriginalTy; } function in class:clang::AdjustedType
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1099 QualType originalType = recurse(T->getOriginalType());
1108 == T->getOriginalType().getAsOpaquePtr() &&
1116 QualType originalType = recurse(T->getOriginalType());
1121 == T->getOriginalType().getAsOpaquePtr())
1871 return Visit(T->getOriginalType());
H A DASTStructuralEquivalence.cpp479 cast<AdjustedType>(T1)->getOriginalType(),
480 cast<AdjustedType>(T2)->getOriginalType()))
H A DODRHash.cpp762 QualType Original = T->getOriginalType();
H A DStmtPrinter.cpp2030 P->getOriginalType().print(OS, Policy, ParamStr);
H A DDecl.cpp2668 QualType ParmVarDecl::getOriginalType() const { function in class:ParmVarDecl
2672 return DT->getOriginalType();
H A DASTContext.cpp6787 QualType PType = PVDecl->getOriginalType();
6830 QualType PType = PVDecl->getOriginalType();
6901 QualType PType = PVDecl->getOriginalType();
H A DMicrosoftMangle.cpp1728 QualType OriginalType = DT->getOriginalType();
H A DExpr.cpp4767 OriginalTy = PVD->getOriginalType().getNonReferenceType();
H A DASTImporter.cpp1079 ExpectedType ToOriginalTypeOrErr = import(T->getOriginalType());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCoroutine.cpp1263 S.BuildDeclRefExpr(PD, PD->getOriginalType().getNonReferenceType(),
H A DSemaStmt.cpp2547 QualType ArrayTy = PVD->getOriginalType();
H A DSemaTemplateInstantiate.cpp2314 return Visit(T->getOriginalType());
H A DSemaExpr.cpp4113 QualType OType = PVD->getOriginalType();
4302 T = cast<AdjustedType>(Ty)->getOriginalType();
5954 QualType OrigTy = Param->getOriginalType();
17289 QTy = PVD->getOriginalType();
17309 QTy = PVD->getOriginalType();
H A DSemaCodeComplete.cpp8821 ParamType = (*P)->getOriginalType();
H A DSemaDecl.cpp6299 auto OrigTy = DT->getOriginalType();
H A DSemaOpenMP.cpp5706 PVD->getOriginalType(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1126 Ty = PVD->getOriginalType();
H A DCGCall.cpp2493 QualType OTy = PVD->getOriginalType();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10607 << true << ParamDecayedType->getOriginalType();
10623 << ParamDecayedType->getOriginalType();
11308 << ParamDecayedType->getOriginalType();
11320 << ParamDecayedType->getOriginalType();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9202 return GetType(var_decl->getOriginalType());
9208 return GetType(objc_method->parameters()[idx]->getOriginalType());

Completed in 552 milliseconds