OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLookupResult
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclLookups.h
45
reference operator*() const { return It->second.
getLookupResult
(); }
46
pointer operator->() const { return It->second.
getLookupResult
(); }
DeclContextInternals.h
81
assert(llvm::find_if(
getLookupResult
(), ShouldErase) ==
82
getLookupResult
().end() && "Still exists!");
210
DeclContext::lookup_result
getLookupResult
() const {
241
assert(!llvm::is_contained(
getLookupResult
(), D) && "Already exists!");
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp
1398
return List.
getLookupResult
();
1663
return R.first->second.
getLookupResult
();
1669
return I->second.
getLookupResult
();
1688
return I->second.
getLookupResult
();
1707
return I != Map->end() ? I->second.
getLookupResult
()
1744
Pos->second.
getLookupResult
().begin(),
1745
Pos->second.
getLookupResult
().end());
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
SemaInternal.h
202
const LookupResult &
getLookupResult
() const { return Result; }
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
3644
for (auto *D : Result.
getLookupResult
())
3702
if (Lookup.second.
getLookupResult
().empty())
3859
std::make_pair(Entry.first, Entry.second.
getLookupResult
()));
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp
7995
LookupResult R(SemaRef, Consumer.
getLookupResult
().getLookupNameInfo(),
7996
Consumer.
getLookupResult
().getLookupKind());
Completed in 146 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026