Searched refs:SymbolPropertySet (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexSymbol.cpp44 static void checkForIBOutlets(const Decl *D, SymbolPropertySet &PropSet) {
46 PropSet |= (SymbolPropertySet)SymbolProperty::IBAnnotated;
48 PropSet |= (SymbolPropertySet)SymbolProperty::IBAnnotated;
49 PropSet |= (SymbolPropertySet)SymbolProperty::IBOutletCollection;
90 Info.Properties = SymbolPropertySet();
94 Info.Properties |= (SymbolPropertySet)SymbolProperty::Local;
97 Info.Properties |= (SymbolPropertySet)SymbolProperty::ProtocolInterface;
101 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic;
129 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic;
135 Info.Properties |= (SymbolPropertySet)SymbolPropert
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h77 typedef uint16_t SymbolPropertySet; typedef in namespace:clang::index
79 enum class SymbolProperty : SymbolPropertySet {
142 SymbolPropertySet Properties;
164 void applyForEachSymbolProperty(SymbolPropertySet Props,
166 void printSymbolProperties(SymbolPropertySet Props, raw_ostream &OS);

Completed in 169 milliseconds