Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1215 QualType getTypedefType(const TypedefNameDecl *Decl,
1389 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
/external/clang/lib/Sema/
DSemaExprMember.cpp401 return S.Context.getTypedefType(*I); in CheckExtVectorComponent()
DSemaChecking.cpp5196 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
/external/clang/lib/AST/
DASTContext.cpp3194 return getTypedefType(Typedef); in getTypeDeclTypeSlow()
3220 ASTContext::getTypedefType(const TypedefNameDecl *Decl, in getTypedefType() function in ASTContext
4943 return getTypedefType(getCFConstantStringDecl()); in getCFConstantStringType()
6305 Context->getTypedefType(VaListTagTypedefDecl); in CreatePowerABIBuiltinVaListDecl()
/external/clang/lib/Serialization/
DASTReader.cpp5422 return Context.getTypedefType(Decl, Canonical); in readTypeRecord()