HomeSort by: relevance | last modified time | path
    Searched refs:FromCtx (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTStructuralEquivalence.h 43 ASTContext &FromCtx, &ToCtx;
73 ASTContext &FromCtx, ASTContext &ToCtx,
78 : FromCtx(FromCtx), ToCtx(ToCtx), NonEquivalentDecls(NonEquivalentDecls),
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTStructuralEquivalence.cpp 667 T1 = Context.FromCtx.getCanonicalType(T1);
894 cast<FunctionProtoType>(OrigT1.getDesugaredType(Context.FromCtx));
1890 FromCtx.getDiagnostics().notePriorDiagnosticFrom(ToCtx.getDiagnostics());
1892 return FromCtx.getDiagnostics().Report(Loc, DiagID);
1899 ToCtx.getDiagnostics().notePriorDiagnosticFrom(FromCtx.getDiagnostics());

Completed in 17 milliseconds