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

  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
Lookup.h 35 /// \param UseContext The context in which the nested name is contained. This
43 const DeclContext *UseContext,
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
Lookup.cpp 50 const DeclContext *UseContext) {
52 // 1. `FromContext` and `UseContext` must be in the same anonymous namespaces
54 // 2. If `FromContext` and `UseContext` are in the same anonymous namespace,
59 getAllNamedNamespaces(UseContext);
60 // If `UseContext` has fewer level of nested namespaces, it cannot be in the
129 const DeclContext &UseContext,
142 getAllNamedNamespaces(&UseContext);
143 auto &AST = UseContext.getParentASTContext();
145 const auto &SM = UseContext.getParentASTContext().getSourceManager();
187 const DeclContext *UseContext,
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp 11868 Sema::NonTrivialCUnionContext UseContext, Sema &S)
11869 : OrigTy(OrigTy), OrigLoc(OrigLoc), UseContext(UseContext), S(S) {}
11900 << 0 << OrigTy << IsUnion << UseContext;
11922 Sema::NonTrivialCUnionContext UseContext;
11933 Sema::NonTrivialCUnionContext UseContext, Sema &S)
11934 : OrigTy(OrigTy), OrigLoc(OrigLoc), UseContext(UseContext), S(S) {}
11965 << 1 << OrigTy << IsUnion << UseContext;
11989 Sema::NonTrivialCUnionContext UseContext;
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 2760 NonTrivialCUnionContext UseContext,

Completed in 30 milliseconds