Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp3082 return getTypedefType(Typedef); in getTypeDeclTypeSlow()
3108 ASTContext::getTypedefType(const TypedefNameDecl *Decl, in getTypedefType() function in ASTContext
6130 Context->getTypedefType(VaListTagTypedefDecl); in CreatePowerABIBuiltinVaListDecl()
6190 Context->getTypedefType(VaListTagTypedefDecl); in CreateX86_64ABIBuiltinVaListDecl()
6298 Context->getTypedefType(VaListTagTypedefDecl); in CreateSystemZBuiltinVaListDecl()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprMember.cpp373 return S.Context.getTypedefType(*I); in CheckExtVectorComponent()
HDSemaChecking.cpp4145 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h1130 QualType getTypedefType(const TypedefNameDecl *Decl,
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp2031 return ClangASTType (m_ast, m_ast->getTypedefType (decl)); in CreateTypedefType()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp5155 return Context.getTypedefType(Decl, Canonical); in readTypeRecord()