Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTContext.cpp2949 return getTypedefType(Typedef); in getTypeDeclTypeSlow()
2975 ASTContext::getTypedefType(const TypedefNameDecl *Decl, in getTypedefType() function in ASTContext
5911 Context->getTypedefType(VaListTagTypedefDecl); in CreatePowerABIBuiltinVaListDecl()
5971 Context->getTypedefType(VaListTagTypedefDecl); in CreateX86_64ABIBuiltinVaListDecl()
6079 Context->getTypedefType(VaListTagTypedefDecl); in CreateSystemZBuiltinVaListDecl()
/external/clang/lib/Sema/
DSemaExprMember.cpp388 return S.Context.getTypedefType(*I); in CheckExtVectorComponent()
DSemaChecking.cpp3171 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
/external/clang/include/clang/AST/
DASTContext.h1078 QualType getTypedefType(const TypedefNameDecl *Decl,
/external/lldb/source/Symbol/
DClangASTType.cpp1629 return ClangASTType (m_ast, m_ast->getTypedefType (decl)); in CreateTypedefType()
/external/clang/lib/Serialization/
DASTReader.cpp5262 return Context.getTypedefType(Decl, Canonical); in readTypeRecord()