Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTypePrinter.cpp1367 if (declaresSameEntity(PNA->getTypedefType()->getAsCXXRecordDecl(), in printRecordBefore()
1370 QualType T = PNA->getTypedefType(); in printRecordBefore()
H A DASTContext.cpp4513 return getTypedefType(Typedef); in getTypeDeclTypeSlow()
4537 QualType ASTContext::getTypedefType(const TypedefNameDecl *Decl, in getTypedefType() function in ASTContext
6623 return getTypedefType(getCFConstantStringDecl()); in getCFConstantStringType()
8120 Context->getTypedefType(VaListTagTypedefDecl); in CreatePowerABIBuiltinVaListDecl()
8329 QualType VaListTagTypedefType = Context->getTypedefType(VaListTagTypedefDecl); in CreateHexagonBuiltinVaListDecl()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1520 QualType getTypedefType(const TypedefNameDecl *Decl,
1735 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
H A DTypeProperties.td377 return ctx.getTypedefType(cast<TypedefNameDecl>(declaration),
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp422 return S.Context.getTypedefType(*I); in CheckExtVectorComponent()
H A DSemaTemplateInstantiateDecl.cpp589 QualType T = PNA->getTypedefType(); in isRelevantAttr()
595 if (S.Context.hasSameType(ExistingPNA->getTypedefType(), in isRelevantAttr()
596 PNA->getTypedefType())) in isRelevantAttr()
H A DSemaLookup.cpp711 return S.Context.getTypedefType(Decl); in getOpenCLTypedefType()
H A DSemaTemplate.cpp2122 QualType TDTy = Context.getTypedefType(Decl); in TransformTypedefType()
H A DSemaChecking.cpp9145 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp5947 getContext().getTypedefType(cast<TypedefNameDecl>(D))); in EmitTopLevelDecl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4610 return GetType(clang_ast.getTypedefType(decl)); in CreateTypedef()