OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getUnderlyingDecl
(Results
1 - 25
of
33
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp
333
isa<FunctionTemplateDecl>((*begin())->
getUnderlyingDecl
())));
374
auto *DUnderlying = D->
getUnderlyingDecl
();
375
auto *EUnderlying = Existing->
getUnderlyingDecl
();
472
D = D->
getUnderlyingDecl
();
492
NamedDecl *D = (*Decls.begin())->
getUnderlyingDecl
();
517
NamedDecl *D = Decls[I]->
getUnderlyingDecl
();
608
if (isa<TagDecl>(Decls[UniqueTagIndex]->
getUnderlyingDecl
()) &&
2298
if (const TypeDecl *TD = dyn_cast<TypeDecl>(ND->
getUnderlyingDecl
())) {
2303
return ND->
getUnderlyingDecl
()->getCanonicalDecl();
2562
if (const auto *TD = dyn_cast<TypedefNameDecl>(D->
getUnderlyingDecl
()))
[
all
...]
SemaExprCXX.cpp
185
auto *Type = dyn_cast<TypeDecl>(D->
getUnderlyingDecl
());
222
if (auto *TD = dyn_cast<TypeDecl>(D->
getUnderlyingDecl
()))
408
return isa<TypeDecl>(A->
getUnderlyingDecl
()) >
409
isa<TypeDecl>(B->
getUnderlyingDecl
());
431
if (auto *TD = dyn_cast<TypeDecl>(FoundDecls[0]->
getUnderlyingDecl
())) {
448
if (auto *TD = dyn_cast<TypeDecl>(FoundD->
getUnderlyingDecl
()))
1609
: Found(Found), FD(dyn_cast<FunctionDecl>(Found->
getUnderlyingDecl
())),
2418
NamedDecl *D = (*Alloc)->
getUnderlyingDecl
();
2693
auto *FD = dyn_cast<FunctionDecl>(Filter.next()->
getUnderlyingDecl
());
2764
dyn_cast<FunctionTemplateDecl>((*D)->
getUnderlyingDecl
())) {
[
all
...]
SemaCXXScopeSpec.cpp
319
SD = SD->
getUnderlyingDecl
();
724
Context.getTypeDeclType(cast<TypeDecl>(SD->
getUnderlyingDecl
()));
SemaModule.cpp
662
NamedDecl *Target = USD->
getUnderlyingDecl
();
SemaExprMember.cpp
106
D = D->
getUnderlyingDecl
();
205
Rep = Rep->
getUnderlyingDecl
();
SemaTemplate.cpp
100
D = D->
getUnderlyingDecl
();
163
isa<FunctionDecl>((*I)->
getUnderlyingDecl
()))
490
return isa<FunctionDecl>(ND->
getUnderlyingDecl
());
555
Diag(ExampleLookupResult->
getUnderlyingDecl
()->getLocation(),
1793
PrevDecl = (*Previous.begin())->
getUnderlyingDecl
();
1856
PrevDecl = (*Previous.begin())->
getUnderlyingDecl
();
2505
D = D->
getUnderlyingDecl
();
8903
NamedDecl *D = F.next()->
getUnderlyingDecl
();
8971
NamedDecl *Ovl = (*I)->
getUnderlyingDecl
();
9054
if (auto *OldFD = dyn_cast<FunctionDecl>(OldND->
getUnderlyingDecl
()))
[
all
...]
SemaCodeComplete.cpp
765
ND = ND->
getUnderlyingDecl
();
911
ND = ND->
getUnderlyingDecl
();
1399
ND = ND->
getUnderlyingDecl
();
1417
ND = ND->
getUnderlyingDecl
();
1443
if (const auto *VD = dyn_cast<ValueDecl>(ND->
getUnderlyingDecl
()))
1453
ND = ND->
getUnderlyingDecl
();
1512
return isa<NamespaceDecl>(ND->
getUnderlyingDecl
());
1517
ND = ND->
getUnderlyingDecl
();
1525
ND = ND->
getUnderlyingDecl
();
SemaOverload.cpp
5900
cast<CXXConversionDecl>(ViableConversions[I]->
getUnderlyingDecl
());
5915
cast<CXXConversionDecl>(Found->
getUnderlyingDecl
());
5954
cast<CXXConversionDecl>(Found->
getUnderlyingDecl
());
6099
NamedDecl *D = (*I)->
getUnderlyingDecl
();
6752
NamedDecl *D = F.getDecl()->
getUnderlyingDecl
();
7625
NamedDecl *D = F.getDecl()->
getUnderlyingDecl
();
10336
dyn_cast<FunctionTemplateDecl>((*I)->
getUnderlyingDecl
()) ) {
10340
= dyn_cast<FunctionDecl>((*I)->
getUnderlyingDecl
()) ) {
12091
NamedDecl *Fn = (*I)->
getUnderlyingDecl
();
12183
dyn_cast<FunctionDecl>((*I)->
getUnderlyingDecl
()))
[
all
...]
Sema.cpp
2247
= dyn_cast<FunctionDecl>((*it)->
getUnderlyingDecl
())) {
2332
NamedDecl *Fn = (*It)->
getUnderlyingDecl
();
SemaTemplateDeduction.cpp
213
X = NX->
getUnderlyingDecl
();
215
Y = NY->
getUnderlyingDecl
();
3785
NamedDecl *D = (*I)->
getUnderlyingDecl
();
SemaAccess.cpp
1312
const NamedDecl *OrigDecl = Entity.getTargetDecl()->
getUnderlyingDecl
();
SemaPseudoObject.cpp
1085
dyn_cast<CXXConversionDecl>(D->
getUnderlyingDecl
())) {
SemaDeclCXX.cpp
1192
dyn_cast<FunctionTemplateDecl>(D->
getUnderlyingDecl
())) {
6682
NamedDecl *D = (*I)->
getUnderlyingDecl
();
11703
NamedDecl *D = (*I)->
getUnderlyingDecl
();
12203
Diag((*I)->
getUnderlyingDecl
()->getLocation(),
12777
unsigned DiagID = isa<NamespaceDecl>(PrevDecl->
getUnderlyingDecl
())
SemaInit.cpp
4002
D = D->
getUnderlyingDecl
();
10043
NamedDecl *D = (*I)->
getUnderlyingDecl
();
10117
auto *FD = dyn_cast<FunctionDecl>(D->
getUnderlyingDecl
());
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Lookup.h
520
return (*begin())->
getUnderlyingDecl
();
714
if (isa<UnresolvedUsingValueDecl>((*I)->
getUnderlyingDecl
()))
TypoCorrection.h
153
return D ? D->
getUnderlyingDecl
() : nullptr;
Overload.h
1177
auto *D = ND->
getUnderlyingDecl
();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTNodeTraverser.h
605
if (auto *TD = dyn_cast<TypeDecl>(D->
getUnderlyingDecl
()))
Decl.h
433
NamedDecl *
getUnderlyingDecl
() {
443
const NamedDecl *
getUnderlyingDecl
() const {
444
return const_cast<NamedDecl*>(this)->
getUnderlyingDecl
();
DeclCXX.h
3300
Target->
getUnderlyingDecl
()),
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexDecl.cpp
599
IndexCtx.handleReference(I->
getUnderlyingDecl
(), D->getLocation(), Parent,
/src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp
293
ND = ND->
getUnderlyingDecl
();
2003
= Results[I].Declaration->
getUnderlyingDecl
()->getIdentifierNamespace();
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp
708
DUnderlying = ND->
getUnderlyingDecl
();
1612
cast<CXXConversionDecl>(Conv->
getUnderlyingDecl
()->getAsFunction())
ExprCXX.cpp
1447
if (cast<CXXMethodDecl>(decl->
getUnderlyingDecl
()->getAsFunction())
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp
4978
if (const auto *FD = dyn_cast<FunctionDecl>(USD.
getUnderlyingDecl
()))
4984
getDeclarationOrDefinition(USD.
getUnderlyingDecl
())) {
Completed in 75 milliseconds
1
2
Indexes created Tue Sep 22 00:26:15 UTC 2026