Home | History | Annotate | Download | only in Sema

Lines Matching refs:NamedDecl

475     SmallVectorImpl<std::pair<NamedDecl *, SourceLocation> > &Undefined) {
476 for (llvm::DenseMap<NamedDecl *, SourceLocation>::iterator
479 NamedDecl *ND = I->first;
507 [&SM](const std::pair<NamedDecl *, SourceLocation> &l,
508 const std::pair<NamedDecl *, SourceLocation> &r) {
526 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined;
530 for (SmallVectorImpl<std::pair<NamedDecl *, SourceLocation> >::iterator
532 NamedDecl *ND = I->first;
631 // Friend functions are available through the NamedDecl of FriendDecl.
892 const NamedDecl *D = *I;
959 NamedDecl *Sema::getCurFunctionOrMethodDecl() {
962 return cast<NamedDecl>(DC);
1269 llvm::DenseMap<NamedDecl *, SourceLocation> &Undefined) {
1284 if (TheDecl && isa<NamedDecl>(TheDecl)) {
1285 std::string Name = cast<NamedDecl>(TheDecl)->getNameAsString();
1420 NamedDecl *Fn = (*It)->getUnderlyingDecl();