OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FoundDecls
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporter.cpp
2352
auto
FoundDecls
= Importer.findDeclsInToCtx(DC, Name);
2353
for (auto *FoundDecl :
FoundDecls
) {
2477
auto
FoundDecls
= Importer.findDeclsInToCtx(DC, Name);
2478
for (auto *FoundDecl :
FoundDecls
) {
2575
auto
FoundDecls
= Importer.findDeclsInToCtx(DC, Name);
2576
for (auto *FoundDecl :
FoundDecls
) {
2678
auto
FoundDecls
=
2680
for (auto *FoundDecl :
FoundDecls
) {
2792
auto
FoundDecls
=
2794
if (!
FoundDecls
.empty())
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp
174
llvm::SmallVector<NamedDecl*, 8>
FoundDecls
;
209
FoundDecls
.push_back(D);
366
unsigned NumNonExtensionDecls =
FoundDecls
.size();
392
Diag(
FoundDecls
.back()->getLocation(), diag::note_destructor_type_here)
403
FoundDecls
.resize(NumNonExtensionDecls);
406
std::stable_sort(
FoundDecls
.begin(),
FoundDecls
.end(),
426
if (
FoundDecls
.empty()) {
430
} else if (!SearchType.isNull() &&
FoundDecls
.size() == 1) {
431
if (auto *TD = dyn_cast<TypeDecl>(
FoundDecls
[0]->getUnderlyingDecl()))
[
all
...]
Completed in 26 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026