Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTStructuralEquivalence.h50 ASTContext &FromCtx, &ToCtx; member
83 ASTContext &ToCtx,
90 : LangOpts(LangOpts), FromCtx(FromCtx), ToCtx(ToCtx), in LangOpts()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTStructuralEquivalence.cpp477 << Context.ToCtx.getTypeDeclType(DiagnoseDecl) in CheckStructurallyEquivalentAttributes()
861 T2 = Context.ToCtx.getCanonicalType(T2); in IsStructurallyEquivalent()
1118 cast<FunctionProtoType>(OrigT2.getDesugaredType(Context.ToCtx)); in IsStructurallyEquivalent()
1563 << Owner2Type << (&Context.FromCtx != &Context.ToCtx); in IsStructurallyEquivalent()
1578 << Owner2Type << (&Context.FromCtx != &Context.ToCtx); in IsStructurallyEquivalent()
1614 << Owner2Type << (&Context.FromCtx != &Context.ToCtx); in IsStructurallyEquivalent()
1629 Context.ToCtx.getTypeDeclType(Owner2)); in IsStructurallyEquivalent()
1802 << Context.ToCtx.getTypeDeclType(D2) in IsStructurallyEquivalent()
1803 << (&Context.FromCtx != &Context.ToCtx); in IsStructurallyEquivalent()
1904 << Context.ToCtx.getTypeDeclType(D2) in IsStructurallyEquivalent()
[all …]
H A DASTImporter.cpp2133 ASTContext &ToCtx = Importer.getToContext(); in VisitPipeType() local
2135 return ToCtx.getReadPipeType(*ToElementTypeOrErr); in VisitPipeType()
2137 return ToCtx.getWritePipeType(*ToElementTypeOrErr); in VisitPipeType()
7732 const ASTContext &ToCtx = Importer.getToContext(); in VisitGenericSelectionExpr() local
7736 ToCtx, ToGenericLoc, ToControllingExpr, ArrayRef(ToAssocTypes), in VisitGenericSelectionExpr()
7741 ToCtx, ToGenericLoc, ToControllingType, ArrayRef(ToAssocTypes), in VisitGenericSelectionExpr()
7748 ToCtx, ToGenericLoc, ToControllingExpr, ArrayRef(ToAssocTypes), in VisitGenericSelectionExpr()
7753 ToCtx, ToGenericLoc, ToControllingType, ArrayRef(ToAssocTypes), in VisitGenericSelectionExpr()
8490 ASTContext &ToCtx = Importer.getToContext(); in VisitCXXBindTemporaryExpr() local
8491 CXXTemporary *Temp = CXXTemporary::Create(ToCtx, *ToDtorOrErr); in VisitCXXBindTemporaryExpr()
[all …]