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

/external/clang/include/clang/Sema/
H A DLookup.h456 return (*begin())->getUnderlyingDecl();
644 if (isa<UnresolvedUsingValueDecl>((*I)->getUnderlyingDecl()))
/external/clang/lib/Sema/
H A DSemaLookup.cpp322 isa<FunctionTemplateDecl>((*begin())->getUnderlyingDecl())));
366 NamedDecl *D = (*Decls.begin())->getUnderlyingDecl();
388 NamedDecl *D = Decls[I]->getUnderlyingDecl();
1547 Decl *D = (*First)->getUnderlyingDecl();
1555 D = (*First)->getUnderlyingDecl();
1734 if ((*FirstD)->getUnderlyingDecl()->getCanonicalDecl() !=
1735 (*CurrentD)->getUnderlyingDecl()->getCanonicalDecl())
2306 FunctionDecl *FDecl = (*I)->getUnderlyingDecl()->getAsFunction();
2736 NoteOverloadCandidate((*I)->getUnderlyingDecl()->getAsFunction());
2933 ND = ND->getUnderlyingDecl();
[all...]
H A DSemaExprCXX.cpp1006 NamedDecl *del = filter.next()->getUnderlyingDecl();
1762 = dyn_cast<FunctionTemplateDecl>((*D)->getUnderlyingDecl())) {
1770 Fn = cast<FunctionDecl>((*D)->getUnderlyingDecl());
1782 if (FunctionDecl *Fn = dyn_cast<FunctionDecl>((*D)->getUnderlyingDecl()))
1877 NamedDecl *D = (*Alloc)->getUnderlyingDecl();
2177 NamedDecl *ND = (*F)->getUnderlyingDecl();
2190 Operator = cast<CXXMethodDecl>(Matches[0]->getUnderlyingDecl());
2214 Diag((*F)->getUnderlyingDecl()->getLocation(),
2229 Diag((*F)->getUnderlyingDecl()->getLocation(),
H A DSemaOverload.cpp5165 cast<CXXConversionDecl>(ViableConversions[I]->getUnderlyingDecl());
5180 cast<CXXConversionDecl>(Found->getUnderlyingDecl());
5218 cast<CXXConversionDecl>(Found->getUnderlyingDecl());
5363 NamedDecl *D = (*I)->getUnderlyingDecl();
5752 NamedDecl *D = F.getDecl()->getUnderlyingDecl();
8490 dyn_cast<FunctionTemplateDecl>((*I)->getUnderlyingDecl()) ) {
8493 = dyn_cast<FunctionDecl>((*I)->getUnderlyingDecl()) ) {
9822 NamedDecl *Fn = (*I)->getUnderlyingDecl();
9907 dyn_cast<FunctionDecl>((*I)->getUnderlyingDecl()))
10057 = cast<FunctionTemplateDecl>((*I)->getUnderlyingDecl());
[all...]
H A DSemaTemplate.cpp51 NamedDecl *D = Orig->getUnderlyingDecl();
194 TemplateDecl *TD = cast<TemplateDecl>((*R.begin())->getUnderlyingDecl());
906 PrevDecl = (*Previous.begin())->getUnderlyingDecl();
963 PrevDecl = (*Previous.begin())->getUnderlyingDecl();
6586 NamedDecl *D = F.next()->getUnderlyingDecl();
6631 NamedDecl *Ovl = (*I)->getUnderlyingDecl();
6797 NamedDecl *D = (*I)->getUnderlyingDecl();
H A DSemaCodeComplete.cpp497 ND = ND->getUnderlyingDecl();
655 ND = cast<NamedDecl>(ND->getUnderlyingDecl());
1040 ND = cast<NamedDecl>(ND->getUnderlyingDecl());
1058 ND = cast<NamedDecl>(ND->getUnderlyingDecl());
1077 if (const ValueDecl *VD = dyn_cast<ValueDecl>(ND->getUnderlyingDecl()))
1087 ND = cast<NamedDecl>(ND->getUnderlyingDecl());
H A DSema.cpp1260 = dyn_cast<FunctionDecl>((*it)->getUnderlyingDecl())) {
1344 NamedDecl *Fn = (*It)->getUnderlyingDecl();
H A DSemaTemplateDeduction.cpp165 X = NX->getUnderlyingDecl();
167 Y = NY->getUnderlyingDecl();
3067 NamedDecl *D = (*I)->getUnderlyingDecl();
H A DSemaAccess.cpp1299 const NamedDecl *OrigDecl = Entity.getTargetDecl()->getUnderlyingDecl();
H A DSemaPseudoObject.cpp1056 = dyn_cast<CXXConversionDecl>((*I)->getUnderlyingDecl())) {
H A DSemaDecl.cpp772 = FirstDecl? FirstDecl->getUnderlyingDecl() : nullptr;
899 = cast<TemplateDecl>((*Result.begin())->getUnderlyingDecl());
925 NamedDecl *FirstDecl = (*Result.begin())->getUnderlyingDecl();
966 FirstDecl->getUnderlyingDecl()->isFunctionOrFunctionTemplate())) &&
3554 NamedDecl *PrevDecl = R.getRepresentativeDecl()->getUnderlyingDecl();
H A DSemaChecking.cpp2885 NamedDecl *decl = (*I)->getUnderlyingDecl();
H A DSemaDeclCXX.cpp7329 NamedDecl *D = (*I)->getUnderlyingDecl();
7738 Diag((*I)->getUnderlyingDecl()->getLocation(),
/external/clang/tools/libclang/
H A DIndexDecl.cpp262 IndexCtx.handleReference(I->getUnderlyingDecl(), D->getLocation(), D,
/external/clang/include/clang/AST/
H A DDecl.h272 NamedDecl *getUnderlyingDecl() { function in class:clang::NamedDecl
280 const NamedDecl *getUnderlyingDecl() const { function in class:clang::NamedDecl
281 return const_cast<NamedDecl*>(this)->getUnderlyingDecl();
/external/clang/lib/Frontend/
H A DASTUnit.cpp274 ND = dyn_cast<NamedDecl>(ND->getUnderlyingDecl());
2212 = Results[I].Declaration->getUnderlyingDecl()->getIdentifierNamespace();
/external/clang/lib/AST/
H A DDeclCXX.cpp1044 cast<CXXConversionDecl>(Conv->getUnderlyingDecl()->getAsFunction())
H A DExprCXX.cpp1309 if (cast<CXXMethodDecl>(decl->getUnderlyingDecl()->getAsFunction())
H A DDecl.cpp3062 TsArray[I] = cast<FunctionTemplateDecl>(Ts[I]->getUnderlyingDecl());
H A DASTContext.cpp6156 isa<FunctionTemplateDecl>(D->getUnderlyingDecl())));
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp3247 getDeclarationOrDefinition(USD.getUnderlyingDecl()))

Completed in 310 milliseconds