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

References

tools/clang/include/clang/AST/DeclObjC.h
  188     return getSelLocsKind() != SelLoc_NonStandard;
tools/clang/include/clang/AST/ExprObjC.h
 1060     return getSelLocsKind() != SelLoc_NonStandard;
tools/clang/lib/AST/DeclObjC.cpp
  896   if (getSelLocsKind() != SelLoc_NonStandard)
tools/clang/lib/AST/ExprObjC.cpp
  200     if (SelLocsK == SelLoc_NonStandard)
  278       (SelLocsK == SelLoc_NonStandard) ? SelLocs.size() : 0;
tools/clang/lib/AST/SelectorLocationsKind.cpp
   87       return SelLoc_NonStandard;