Searched refs:getUnderlyingDecl (Results 1 - 25 of 33) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp333 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()) &&
2083 Decl *D = (*First)->getUnderlyingDecl();
2091 D = (*First)->getUnderlyingDecl();
2306 return D->getUnderlyingDecl()
[all...]
H A DSemaExprCXX.cpp185 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()))
1562 : Found(Found), FD(dyn_cast<FunctionDecl>(Found->getUnderlyingDecl())),
2370 NamedDecl *D = (*Alloc)->getUnderlyingDecl();
2676 dyn_cast<FunctionTemplateDecl>((*D)->getUnderlyingDecl())) {
2684 Fn = cast<FunctionDecl>((*D)->getUnderlyingDecl());
[all...]
H A DSemaCXXScopeSpec.cpp319 SD = SD->getUnderlyingDecl();
724 Context.getTypeDeclType(cast<TypeDecl>(SD->getUnderlyingDecl()));
H A DSemaModule.cpp662 NamedDecl *Target = USD->getUnderlyingDecl();
H A DSemaExprMember.cpp106 D = D->getUnderlyingDecl();
205 Rep = Rep->getUnderlyingDecl();
H A DSemaTemplate.cpp99 D = D->getUnderlyingDecl();
162 isa<FunctionDecl>((*I)->getUnderlyingDecl()))
489 return isa<FunctionDecl>(ND->getUnderlyingDecl());
554 Diag(ExampleLookupResult->getUnderlyingDecl()->getLocation(),
1655 PrevDecl = (*Previous.begin())->getUnderlyingDecl();
1718 PrevDecl = (*Previous.begin())->getUnderlyingDecl();
2366 D = D->getUnderlyingDecl();
8734 NamedDecl *D = F.next()->getUnderlyingDecl();
8802 NamedDecl *Ovl = (*I)->getUnderlyingDecl();
8885 if (auto *OldFD = dyn_cast<FunctionDecl>(OldND->getUnderlyingDecl()))
[all...]
H A DSemaCodeComplete.cpp736 ND = ND->getUnderlyingDecl();
882 ND = ND->getUnderlyingDecl();
1370 ND = ND->getUnderlyingDecl();
1388 ND = ND->getUnderlyingDecl();
1414 if (const auto *VD = dyn_cast<ValueDecl>(ND->getUnderlyingDecl()))
1424 ND = ND->getUnderlyingDecl();
1483 return isa<NamespaceDecl>(ND->getUnderlyingDecl());
1488 ND = ND->getUnderlyingDecl();
1496 ND = ND->getUnderlyingDecl();
H A DSemaOverload.cpp5791 cast<CXXConversionDecl>(ViableConversions[I]->getUnderlyingDecl());
5806 cast<CXXConversionDecl>(Found->getUnderlyingDecl());
5844 cast<CXXConversionDecl>(Found->getUnderlyingDecl());
5988 NamedDecl *D = (*I)->getUnderlyingDecl();
6647 NamedDecl *D = F.getDecl()->getUnderlyingDecl();
7520 NamedDecl *D = F.getDecl()->getUnderlyingDecl();
10197 dyn_cast<FunctionTemplateDecl>((*I)->getUnderlyingDecl()) ) {
10201 = dyn_cast<FunctionDecl>((*I)->getUnderlyingDecl()) ) {
11937 NamedDecl *Fn = (*I)->getUnderlyingDecl();
12029 dyn_cast<FunctionDecl>((*I)->getUnderlyingDecl()))
[all...]
H A DSema.cpp2141 = dyn_cast<FunctionDecl>((*it)->getUnderlyingDecl())) {
2228 NamedDecl *Fn = (*It)->getUnderlyingDecl();
H A DSemaTemplateDeduction.cpp202 X = NX->getUnderlyingDecl();
204 Y = NY->getUnderlyingDecl();
3721 NamedDecl *D = (*I)->getUnderlyingDecl();
H A DSemaAccess.cpp1298 const NamedDecl *OrigDecl = Entity.getTargetDecl()->getUnderlyingDecl();
H A DSemaPseudoObject.cpp1085 dyn_cast<CXXConversionDecl>(D->getUnderlyingDecl())) {
H A DSemaDeclCXX.cpp1162 dyn_cast<FunctionTemplateDecl>(D->getUnderlyingDecl())) {
6559 NamedDecl *D = (*I)->getUnderlyingDecl();
11594 NamedDecl *D = (*I)->getUnderlyingDecl();
12095 Diag((*I)->getUnderlyingDecl()->getLocation(),
12669 unsigned DiagID = isa<NamespaceDecl>(PrevDecl->getUnderlyingDecl())
H A DSemaInit.cpp3960 D = D->getUnderlyingDecl();
9822 NamedDecl *D = (*I)->getUnderlyingDecl();
9896 auto *FD = dyn_cast<FunctionDecl>(D->getUnderlyingDecl());
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DLookup.h520 return (*begin())->getUnderlyingDecl();
714 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl()))
H A DTypoCorrection.h153 return D ? D->getUnderlyingDecl() : nullptr;
H A DOverload.h1174 auto *D = ND->getUnderlyingDecl();
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h578 if (auto *TD = dyn_cast<TypeDecl>(D->getUnderlyingDecl()))
H A DDecl.h414 NamedDecl *getUnderlyingDecl() { function in class:clang::NamedDecl
424 const NamedDecl *getUnderlyingDecl() const { function in class:clang::NamedDecl
425 return const_cast<NamedDecl*>(this)->getUnderlyingDecl();
H A DDeclCXX.h3313 Target->getUnderlyingDecl()),
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp599 IndexCtx.handleReference(I->getUnderlyingDecl(), D->getLocation(), Parent,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp292 ND = ND->getUnderlyingDecl();
2024 = Results[I].Declaration->getUnderlyingDecl()->getIdentifierNamespace();
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp693 DUnderlying = ND->getUnderlyingDecl();
1542 cast<CXXConversionDecl>(Conv->getUnderlyingDecl()->getAsFunction())
H A DExprCXX.cpp1408 if (cast<CXXMethodDecl>(decl->getUnderlyingDecl()->getAsFunction())
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3225 const NamedDecl *UnderlyingDecl = Node.getUnderlyingDecl();

Completed in 533 milliseconds

12