Home
last modified time | relevance | path

Searched refs:ToCtx (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp815 T2 = Context.ToCtx.getCanonicalType(T2); in IsStructurallyEquivalent()
1044 cast<FunctionProtoType>(OrigT2.getDesugaredType(Context.ToCtx)); in IsStructurallyEquivalent()
1489 Context.ToCtx.getTypeDeclType(Owner2)); in IsStructurallyEquivalent()
1624 << Context.ToCtx.getTypeDeclType(D2); in IsStructurallyEquivalent()
1716 << Context.ToCtx.getTypeDeclType(D2); in IsStructurallyEquivalent()
1736 << Context.ToCtx.getTypeDeclType(D2); in IsStructurallyEquivalent()
1751 << Context.ToCtx.getTypeDeclType(D2); in IsStructurallyEquivalent()
1772 << Context.ToCtx.getTypeDeclType(D2CXX); in IsStructurallyEquivalent()
1784 << Context.ToCtx.getTypeDeclType(D2CXX); in IsStructurallyEquivalent()
1797 << Context.ToCtx.getTypeDeclType(D2); in IsStructurallyEquivalent()
[all …]
H A DASTImporter.cpp1865 ASTContext &ToCtx = Importer.getToContext(); in VisitPipeType() local
1867 return ToCtx.getReadPipeType(*ToElementTypeOrErr); in VisitPipeType()
1869 return ToCtx.getWritePipeType(*ToElementTypeOrErr); in VisitPipeType()
7384 const ASTContext &ToCtx = Importer.getToContext(); in VisitGenericSelectionExpr() local
7388 ToCtx, ToGenericLoc, ToControllingExpr, llvm::ArrayRef(ToAssocTypes), in VisitGenericSelectionExpr()
7393 ToCtx, ToGenericLoc, ToControllingType, llvm::ArrayRef(ToAssocTypes), in VisitGenericSelectionExpr()
7400 ToCtx, ToGenericLoc, ToControllingExpr, llvm::ArrayRef(ToAssocTypes), in VisitGenericSelectionExpr()
7405 ToCtx, ToGenericLoc, ToControllingType, llvm::ArrayRef(ToAssocTypes), in VisitGenericSelectionExpr()
8142 ASTContext &ToCtx = Importer.getToContext(); in VisitCXXBindTemporaryExpr() local
8143 CXXTemporary *Temp = CXXTemporary::Create(ToCtx, *ToDtorOrErr); in VisitCXXBindTemporaryExpr()
[all …]