Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1412 QualType getTypedefType(const TypedefNameDecl *Decl,
1613 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp425 return S.Context.getTypedefType(*I); in CheckExtVectorComponent()
H A DSemaChecking.cpp7883 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp3865 return getTypedefType(Typedef); in getTypeDeclTypeSlow()
3890 ASTContext::getTypedefType(const TypedefNameDecl *Decl, in getTypedefType() function in ASTContext
5914 return getTypedefType(getCFConstantStringDecl()); in getCFConstantStringType()
7356 Context->getTypedefType(VaListTagTypedefDecl); in CreatePowerABIBuiltinVaListDecl()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp4867 return CompilerType(clang_ast, clang_ast->getTypedefType(decl)); in CreateTypedefType()
4987 return CompilerType(this, clang_ast->getTypedefType(decl).getAsOpaquePtr()); in CreateTypedef()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp6093 return Context.getTypedefType(Decl, Canonical); in readTypeRecord()