Home | History | Annotate | Download | only in Sema

Lines Matching refs:TheDecl

1124   if (CurBSI && CurBSI->TheDecl &&
1125 !CurBSI->TheDecl->Encloses(CurContext)) {
1201 if (!Loc.isValid() && TheDecl) Loc = TheDecl->getLocation();
1208 if (TheDecl && isa<NamedDecl>(TheDecl)) {
1209 std::string Name = cast<NamedDecl>(TheDecl)->getNameAsString();