reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaType.cpp
 3803   assert(PointerLoc.isValid());
 3804   if (PointerLoc.isMacroID())
 3807   SourceLocation FixItLoc = S.getLocForEndOfToken(PointerLoc);
 3808   if (!FixItLoc.isValid() || FixItLoc == PointerLoc)