Lines Matching refs:CompilerDeclContext
238 static Expected<CompilerDeclContext> getDeclContext(SymbolFile &Symfile);
448 Expected<CompilerDeclContext>
451 return CompilerDeclContext(); in getDeclContext()
453 Symfile.FindGlobalVariables(ConstString(Context), CompilerDeclContext(), in getDeclContext()
502 Expected<CompilerDeclContext> ContextOr = getDeclContext(Symfile); in findFunctions()
505 const CompilerDeclContext &ContextPtr = in findFunctions()
506 ContextOr->IsValid() ? *ContextOr : CompilerDeclContext(); in findFunctions()
559 Expected<CompilerDeclContext> ContextOr = getDeclContext(Symfile); in findNamespaces()
562 const CompilerDeclContext &ContextPtr = in findNamespaces()
563 ContextOr->IsValid() ? *ContextOr : CompilerDeclContext(); in findNamespaces()
565 CompilerDeclContext Result = in findNamespaces()
577 Expected<CompilerDeclContext> ContextOr = getDeclContext(Symfile); in findTypes()
580 const CompilerDeclContext &ContextPtr = in findTypes()
581 ContextOr->IsValid() ? *ContextOr : CompilerDeclContext(); in findTypes()
632 Expected<CompilerDeclContext> ContextOr = getDeclContext(Symfile); in findVariables()
635 const CompilerDeclContext &ContextPtr = in findVariables()
636 ContextOr->IsValid() ? *ContextOr : CompilerDeclContext(); in findVariables()