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

  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
Lookup.cpp 33 // Look past non-namespaces and anonymous namespaces on FromContext.
49 usingFromDifferentCanonicalNamespace(const DeclContext *FromContext,
52 // 1. `FromContext` and `UseContext` must be in the same anonymous namespaces
54 // 2. If `FromContext` and `UseContext` are in the same anonymous namespace,
57 getAllNamedNamespaces(FromContext);
61 // same canonical namespace as the `FromContext`.
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTImporter.h 235 ASTContext &ToContext, &FromContext;
305 /// \param FromContext The context we'll be importing from.
317 ASTContext &FromContext, FileManager &FromFileManager,
547 ASTContext &getFromContext() const { return FromContext; }
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp 8114 ASTContext &FromContext, FileManager &FromFileManager,
8117 : SharedState(SharedState), ToContext(ToContext), FromContext(FromContext),
8126 ImportedDecls[FromContext.getTranslationUnitDecl()] =
8813 SourceManager &FromSM = FromContext.getSourceManager();
8839 SourceManager &FromSM = FromContext.getSourceManager();
8902 Cache->getBufferOrNone(FromContext.getDiagnostics(),
9284 FromElemTy = Importer.FromContext.getRecordType(RD);
9291 Importer.FromContext.getAsArrayType(FromElemTy)->getElementType();
9321 FromContext.getDiagnostics())
    [all...]

Completed in 24 milliseconds