Home | History | Annotate | Download | only in Sema

Lines Matching refs:getIdentifierLoc

586   SourceLocation DeclLoc = declarator.getIdentifierLoc();
2088 T = S.BuildBlockPointerType(T, D.getIdentifierLoc(), Name);
2096 S.Diag(D.getIdentifierLoc(), diag::err_distant_exception_spec);
2115 S.Diag(D.getIdentifierLoc(), diag::err_distant_exception_spec);
2130 S.Diag(D.getIdentifierLoc(), diag::err_distant_exception_spec);
2212 S.Diag(D.getIdentifierLoc(),
2214 << FixItHint::CreateInsertion(D.getIdentifierLoc(), "*");