Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExprMember.cpp389 return S.Context.getTypedefType(*I); in CheckExtVectorComponent()
DSemaChecking.cpp4312 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
/external/clang/include/clang/AST/
DASTContext.h1202 QualType getTypedefType(const TypedefNameDecl *Decl,
/external/clang/lib/AST/
DASTContext.cpp3151 return getTypedefType(Typedef); in getTypeDeclTypeSlow()
3177 ASTContext::getTypedefType(const TypedefNameDecl *Decl, in getTypedefType() function in ASTContext
6208 Context->getTypedefType(VaListTagTypedefDecl); in CreatePowerABIBuiltinVaListDecl()
/external/clang/lib/Serialization/
DASTReader.cpp5389 return Context.getTypedefType(Decl, Canonical); in readTypeRecord()