Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1215 QualType getTypedefType(const TypedefNameDecl *Decl,
1389 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
/external/llvm-project/clang/include/clang/AST/
DASTContext.h1432 QualType getTypedefType(const TypedefNameDecl *Decl,
1647 return getTypedefType(CFConstantStringTypeDecl); in getRawCFConstantStringType()
DTypeProperties.td377 return ctx.getTypedefType(cast<TypedefNameDecl>(declaration),
/external/clang/lib/Sema/
DSemaExprMember.cpp401 return S.Context.getTypedefType(*I); in CheckExtVectorComponent()
DSemaChecking.cpp5196 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
/external/llvm-project/clang/lib/Sema/
DSemaExprMember.cpp422 return S.Context.getTypedefType(*I); in CheckExtVectorComponent()
DSemaTemplate.cpp2101 QualType TDTy = Context.getTypedefType(Decl); in TransformTypedefType()
DSemaChecking.cpp8667 IntendedTy = S.Context.getTypedefType(TD); in checkFormatExpr()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp4428 return getTypedefType(Typedef); in getTypeDeclTypeSlow()
4453 ASTContext::getTypedefType(const TypedefNameDecl *Decl, in getTypedefType() function in ASTContext
6535 return getTypedefType(getCFConstantStringDecl()); in getCFConstantStringType()
7987 Context->getTypedefType(VaListTagTypedefDecl); in CreatePowerABIBuiltinVaListDecl()
8196 QualType VaListTagTypedefType = Context->getTypedefType(VaListTagTypedefDecl); in CreateHexagonBuiltinVaListDecl()
/external/clang/lib/AST/
DASTContext.cpp3194 return getTypedefType(Typedef); in getTypeDeclTypeSlow()
3220 ASTContext::getTypedefType(const TypedefNameDecl *Decl, in getTypedefType() function in ASTContext
4943 return getTypedefType(getCFConstantStringDecl()); in getCFConstantStringType()
6305 Context->getTypedefType(VaListTagTypedefDecl); in CreatePowerABIBuiltinVaListDecl()
/external/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp4433 return ast->GetType(clang_ast.getTypedefType(decl)); in CreateTypedefType()
4552 return GetType(clang_ast.getTypedefType(decl)); in CreateTypedef()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp5771 getContext().getTypedefType(cast<TypedefNameDecl>(D))); in EmitTopLevelDecl()
/external/llvm-project/clang/unittests/AST/
DASTImporterTest.cpp5574 QualType TT = Ctx.getTypedefType(FromTA); in TEST_P()
/external/clang/lib/Serialization/
DASTReader.cpp5422 return Context.getTypedefType(Decl, Canonical); in readTypeRecord()