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

References

tools/clang/include/clang/Index/IndexSymbol.h
   79 enum class SymbolProperty : SymbolPropertySet {
  142   SymbolPropertySet Properties;
  164 void applyForEachSymbolProperty(SymbolPropertySet Props,
  166 void printSymbolProperties(SymbolPropertySet Props, raw_ostream &OS);
tools/clang/lib/Index/IndexSymbol.cpp
   43 static void checkForIBOutlets(const Decl *D, SymbolPropertySet &PropSet) {
  546 void index::applyForEachSymbolProperty(SymbolPropertySet Props,
  565 void index::printSymbolProperties(SymbolPropertySet Props, raw_ostream &OS) {
tools/clang/tools/libclang/CXIndexDataConsumer.cpp
 1134 getEntityKindFromSymbolProperties(SymbolPropertySet K);
 1292 getEntityKindFromSymbolProperties(SymbolPropertySet K) {