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;
  298                                    getSelLocsKind() == SelLoc_StandardWithSpace,
tools/clang/lib/AST/DeclObjC.cpp
  896   if (getSelLocsKind() != SelLoc_NonStandard)
tools/clang/lib/Serialization/ASTWriterDecl.cpp
  699   Record.push_back(D->getSelLocsKind());