Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h1059 QualType getTypedefType(const TypedefNameDecl *Decl,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp2927 return getTypedefType(Typedef); in getTypeDeclTypeSlow()
2953 ASTContext::getTypedefType(const TypedefNameDecl *Decl, in getTypedefType() function in ASTContext
5905 Context->getTypedefType(VaListTagTypedefDecl); in CreatePowerABIBuiltinVaListDecl()
5979 Context->getTypedefType(VaListTagTypedefDecl); in CreateX86_64ABIBuiltinVaListDecl()
6128 Context->getTypedefType(VaListTagTypedefDecl); in CreateSystemZBuiltinVaListDecl()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExprMember.cpp371 return S.Context.getTypedefType(*I); in CheckExtVectorComponent()
DSemaChecking.cpp3200 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Symbol/
DClangASTType.cpp1681 return ClangASTType (m_ast, m_ast->getTypedefType (decl)); in CreateTypedefType()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp4710 return Context.getTypedefType(Decl, Canonical); in readTypeRecord()