Searched refs:getLookupResult (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclLookups.h45 reference operator*() const { return It->second.getLookupResult(); }
46 pointer operator->() const { return It->second.getLookupResult(); }
H A DDeclContextInternals.h101 // at getLookupResult.
141 /// getLookupResult - Return an array of all the decls that this list
143 DeclContext::lookup_result getLookupResult() { function in struct:clang::StoredDeclsList
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1388 return List.getLookupResult();
1651 return R.first->second.getLookupResult();
1657 return I->second.getLookupResult();
1676 return I->second.getLookupResult();
1695 return I != Map->end() ? I->second.getLookupResult()
1732 Pos->second.getLookupResult().begin(),
1733 Pos->second.getLookupResult().end());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaInternal.h197 const LookupResult &getLookupResult() const { return Result; } function in class:clang::TypoCorrectionConsumer
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3605 for (auto *D : Result.getLookupResult())
3663 if (Lookup.second.getLookupResult().empty())
3820 std::make_pair(Entry.first, Entry.second.getLookupResult()));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7781 LookupResult R(SemaRef, Consumer.getLookupResult().getLookupNameInfo(),
7782 Consumer.getLookupResult().getLookupKind());

Completed in 215 milliseconds