Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DTypePrinter.cpp1362 if (declaresSameEntity(PNA->getTypedefType()->getAsCXXRecordDecl(), in printRecordBefore()
1365 QualType T = PNA->getTypedefType(); in printRecordBefore()
H A DASTContext.cpp4498 return getTypedefType(Typedef); in getTypeDeclTypeSlow()
4522 QualType ASTContext::getTypedefType(const TypedefNameDecl *Decl, in getTypedefType() function in ASTContext
6604 return getTypedefType(getCFConstantStringDecl()); in getCFConstantStringType()
8101 Context->getTypedefType(VaListTagTypedefDecl); in CreatePowerABIBuiltinVaListDecl()
8310 QualType VaListTagTypedefType = Context->getTypedefType(VaListTagTypedefDecl); in CreateHexagonBuiltinVaListDecl()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1475 QualType getTypedefType(const TypedefNameDecl *Decl,
1690 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
H A DTypeProperties.td377 return ctx.getTypedefType(cast<TypedefNameDecl>(declaration),
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp558 QualType T = PNA->getTypedefType(); in isRelevantAttr()
564 if (S.Context.hasSameType(ExistingPNA->getTypedefType(), in isRelevantAttr()
565 PNA->getTypedefType())) in isRelevantAttr()
H A DSemaExprMember.cpp421 return S.Context.getTypedefType(*I); in CheckExtVectorComponent()
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.cpp8873 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp5913 getContext().getTypedefType(cast<TypedefNameDecl>(D))); in EmitTopLevelDecl()