Home | History | Annotate | Download | only in Sema

Lines Matching refs:NamedDecl

371     bool operator()(const std::pair<NamedDecl *, SourceLocation> &l,
372 const std::pair<NamedDecl *, SourceLocation> &r) const {
387 SmallVectorImpl<std::pair<NamedDecl *, SourceLocation> > &Undefined) {
388 for (llvm::DenseMap<NamedDecl *, SourceLocation>::iterator
391 NamedDecl *ND = I->first;
427 SmallVector<std::pair<NamedDecl *, SourceLocation>, 16> Undefined;
431 for (SmallVectorImpl<std::pair<NamedDecl *, SourceLocation> >::iterator
433 NamedDecl *ND = I->first;
526 // Friend functions are available through the NamedDecl of FriendDecl.
765 const NamedDecl *D = *I;
821 NamedDecl *Sema::getCurFunctionOrMethodDecl() {
824 return cast<NamedDecl>(DC);
1103 llvm::DenseMap<NamedDecl *, SourceLocation> &Undefined) {
1115 if (TheDecl && isa<NamedDecl>(TheDecl)) {
1116 std::string Name = cast<NamedDecl>(TheDecl)->getNameAsString();
1251 NamedDecl *Fn = (*It)->getUnderlyingDecl();