Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1572 QualType getTypedefType(const TypedefNameDecl *Decl,
1795 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
H A DTypeProperties.td387 return ctx.getTypedefType(cast<TypedefNameDecl>(declaration), underlyingType);
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTypePrinter.cpp1396 if (!declaresSameEntity(PNA->getTypedefType()->getAsCXXRecordDecl(), in printRecordBefore()
1400 QualType T = PNA->getTypedefType(); in printRecordBefore()
H A DASTContext.cpp4643 return getTypedefType(Typedef); in getTypeDeclTypeSlow()
4665 QualType ASTContext::getTypedefType(const TypedefNameDecl *Decl, in getTypedefType() function in ASTContext
7356 return getTypedefType(getCFConstantStringDecl()); in getCFConstantStringType()
8857 Context->getTypedefType(VaListTagTypedefDecl); in CreatePowerABIBuiltinVaListDecl()
9066 QualType VaListTagTypedefType = Context->getTypedefType(VaListTagTypedefDecl); in CreateHexagonBuiltinVaListDecl()
12994 return Ctx.getTypedefType(CD, Ctx.getQualifiedType(Underlying)); in getCommonSugarTypeNode()
H A DASTImporter.cpp1364 return Importer.getToContext().getTypedefType(*ToDeclOrErr, in VisitTypedefType()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExprMember.cpp424 return S.Context.getTypedefType(*I); in CheckExtVectorComponent()
H A DSemaTemplateInstantiateDecl.cpp616 QualType T = PNA->getTypedefType(); in isRelevantAttr()
622 if (S.Context.hasSameType(ExistingPNA->getTypedefType(), in isRelevantAttr()
623 PNA->getTypedefType())) in isRelevantAttr()
H A DSemaLookup.cpp715 return S.Context.getTypedefType(Decl); in getOpenCLTypedefType()
H A DSemaTemplate.cpp2221 QualType TDTy = Context.getTypedefType(Decl); in TransformTypedefType()
H A DSemaChecking.cpp10453 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp6557 getContext().getTypedefType(cast<TypedefNameDecl>(D))); in EmitTopLevelDecl()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4691 return GetType(clang_ast.getTypedefType(decl)); in CreateTypedef()