Home
last modified time | relevance | path

Searched refs:getTypedefType (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1598 QualType getTypedefType(const TypedefNameDecl *Decl,
1820 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
H A DTypeProperties.td390 return ctx.getTypedefType(cast<TypedefNameDecl>(declaration),
/llvm-project-15.0.7/clang/lib/AST/
H A DTypePrinter.cpp1408 if (!declaresSameEntity(PNA->getTypedefType()->getAsCXXRecordDecl(), in printRecordBefore()
1412 QualType T = PNA->getTypedefType(); in printRecordBefore()
H A DASTContext.cpp4605 return getTypedefType(Typedef); in getTypeDeclTypeSlow()
4627 QualType ASTContext::getTypedefType(const TypedefNameDecl *Decl, in getTypedefType() function in ASTContext
7251 return getTypedefType(getCFConstantStringDecl()); in getCFConstantStringType()
8752 Context->getTypedefType(VaListTagTypedefDecl); in CreatePowerABIBuiltinVaListDecl()
8961 QualType VaListTagTypedefType = Context->getTypedefType(VaListTagTypedefDecl); in CreateHexagonBuiltinVaListDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprMember.cpp424 return S.Context.getTypedefType(*I); in CheckExtVectorComponent()
H A DSemaTemplateInstantiateDecl.cpp612 QualType T = PNA->getTypedefType(); in isRelevantAttr()
618 if (S.Context.hasSameType(ExistingPNA->getTypedefType(), in isRelevantAttr()
619 PNA->getTypedefType())) in isRelevantAttr()
H A DSemaLookup.cpp712 return S.Context.getTypedefType(Decl); in getOpenCLTypedefType()
H A DSemaTemplate.cpp2127 QualType TDTy = Context.getTypedefType(Decl); in TransformTypedefType()
H A DSemaChecking.cpp10137 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenModule.cpp6353 getContext().getTypedefType(cast<TypedefNameDecl>(D))); in EmitTopLevelDecl()
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp6420 QualType TT = Ctx.getTypedefType(FromTA); in TEST_P()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4642 return GetType(clang_ast.getTypedefType(decl)); in CreateTypedef()