HomeSort by relevance Sort by last modified time
    Searched refs:ToCtx (Results 1 - 14 of 14) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
ASTStructuralEquivalence.h 34 ASTContext &FromCtx, &ToCtx;
59 /// \c true if the last diagnostic came from ToCtx.
63 ASTContext &FromCtx, ASTContext &ToCtx,
66 : FromCtx(FromCtx), ToCtx(ToCtx), NonEquivalentDecls(NonEquivalentDecls),
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
ASTStructuralEquivalence.h 34 ASTContext &FromCtx, &ToCtx;
59 /// \c true if the last diagnostic came from ToCtx.
63 ASTContext &FromCtx, ASTContext &ToCtx,
66 : FromCtx(FromCtx), ToCtx(ToCtx), NonEquivalentDecls(NonEquivalentDecls),
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
ASTStructuralEquivalence.h 34 ASTContext &FromCtx, &ToCtx;
59 /// \c true if the last diagnostic came from ToCtx.
63 ASTContext &FromCtx, ASTContext &ToCtx,
67 : FromCtx(FromCtx), ToCtx(ToCtx), NonEquivalentDecls(NonEquivalentDecls),
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
ASTStructuralEquivalence.h 34 ASTContext &FromCtx, &ToCtx;
59 /// \c true if the last diagnostic came from ToCtx.
63 ASTContext &FromCtx, ASTContext &ToCtx,
67 : FromCtx(FromCtx), ToCtx(ToCtx), NonEquivalentDecls(NonEquivalentDecls),
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
ASTStructuralEquivalence.h 34 ASTContext &FromCtx, &ToCtx;
59 /// \c true if the last diagnostic came from ToCtx.
63 ASTContext &FromCtx, ASTContext &ToCtx,
67 : FromCtx(FromCtx), ToCtx(ToCtx), NonEquivalentDecls(NonEquivalentDecls),
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
ASTStructuralEquivalence.h 34 ASTContext &FromCtx, &ToCtx;
59 /// \c true if the last diagnostic came from ToCtx.
63 ASTContext &FromCtx, ASTContext &ToCtx,
67 : FromCtx(FromCtx), ToCtx(ToCtx), NonEquivalentDecls(NonEquivalentDecls),
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
ASTStructuralEquivalence.h 34 ASTContext &FromCtx, &ToCtx;
59 /// \c true if the last diagnostic came from ToCtx.
63 ASTContext &FromCtx, ASTContext &ToCtx,
66 : FromCtx(FromCtx), ToCtx(ToCtx), NonEquivalentDecls(NonEquivalentDecls),
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
ASTStructuralEquivalence.h 34 ASTContext &FromCtx, &ToCtx;
59 /// \c true if the last diagnostic came from ToCtx.
63 ASTContext &FromCtx, ASTContext &ToCtx,
66 : FromCtx(FromCtx), ToCtx(ToCtx), NonEquivalentDecls(NonEquivalentDecls),
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
ASTStructuralEquivalence.h 34 ASTContext &FromCtx, &ToCtx;
59 /// \c true if the last diagnostic came from ToCtx.
63 ASTContext &FromCtx, ASTContext &ToCtx,
67 : FromCtx(FromCtx), ToCtx(ToCtx), NonEquivalentDecls(NonEquivalentDecls),
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
ASTStructuralEquivalence.h 34 ASTContext &FromCtx, &ToCtx;
59 /// \c true if the last diagnostic came from ToCtx.
63 ASTContext &FromCtx, ASTContext &ToCtx,
67 : FromCtx(FromCtx), ToCtx(ToCtx), NonEquivalentDecls(NonEquivalentDecls),
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
ASTStructuralEquivalence.h 34 ASTContext &FromCtx, &ToCtx;
59 /// \c true if the last diagnostic came from ToCtx.
63 ASTContext &FromCtx, ASTContext &ToCtx,
67 : FromCtx(FromCtx), ToCtx(ToCtx), NonEquivalentDecls(NonEquivalentDecls),
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
ASTStructuralEquivalence.h 34 ASTContext &FromCtx, &ToCtx;
59 /// \c true if the last diagnostic came from ToCtx.
63 ASTContext &FromCtx, ASTContext &ToCtx,
67 : FromCtx(FromCtx), ToCtx(ToCtx), NonEquivalentDecls(NonEquivalentDecls),
  /external/clang/unittests/AST/
ASTImporterTest.cpp 66 &ToCtx = ToAST->getASTContext();
71 ToCtx.getSourceManager().getFileManager().getVirtualFileSystem().get());
77 ASTImporter Importer(ToCtx, ToAST->getFileManager(),
99 ToCtx.getTranslationUnitDecl()->print(ToNothing);
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]

Completed in 140 milliseconds