Home
last modified time | relevance | path

Searched refs:SymbolPropertySet (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/clang/lib/Index/
DIndexSymbol.cpp44 static void checkForIBOutlets(const Decl *D, SymbolPropertySet &PropSet) { in checkForIBOutlets()
46 PropSet |= (SymbolPropertySet)SymbolProperty::IBAnnotated; in checkForIBOutlets()
48 PropSet |= (SymbolPropertySet)SymbolProperty::IBAnnotated; in checkForIBOutlets()
49 PropSet |= (SymbolPropertySet)SymbolProperty::IBOutletCollection; in checkForIBOutlets()
90 Info.Properties = SymbolPropertySet(); in getSymbolInfo()
94 Info.Properties |= (SymbolPropertySet)SymbolProperty::Local; in getSymbolInfo()
97 Info.Properties |= (SymbolPropertySet)SymbolProperty::ProtocolInterface; in getSymbolInfo()
101 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo()
129 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo()
135 Info.Properties |= (SymbolPropertySet)SymbolProperty::Generic; in getSymbolInfo()
[all …]
/external/llvm-project/clang/include/clang/Index/
DIndexSymbol.h80 typedef uint16_t SymbolPropertySet; typedef
82 enum class SymbolProperty : SymbolPropertySet {
145 SymbolPropertySet Properties;
167 void applyForEachSymbolProperty(SymbolPropertySet Props,
169 void printSymbolProperties(SymbolPropertySet Props, raw_ostream &OS);
/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.cpp1133 getEntityKindFromSymbolProperties(SymbolPropertySet K);
1294 getEntityKindFromSymbolProperties(SymbolPropertySet K) { in getEntityKindFromSymbolProperties()
1295 if (K & (SymbolPropertySet)SymbolProperty::TemplatePartialSpecialization) in getEntityKindFromSymbolProperties()
1297 if (K & (SymbolPropertySet)SymbolProperty::TemplateSpecialization) in getEntityKindFromSymbolProperties()
1299 if (K & (SymbolPropertySet)SymbolProperty::Generic) in getEntityKindFromSymbolProperties()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DIndexTests.cpp237 S.SymInfo.Properties = static_cast<index::SymbolPropertySet>( in TEST()
244 S.SymInfo.Properties = static_cast<index::SymbolPropertySet>( in TEST()
DDexTests.cpp767 S.SymInfo.Properties = static_cast<index::SymbolPropertySet>( in TEST()
774 S.SymInfo.Properties = static_cast<index::SymbolPropertySet>( in TEST()
/external/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/
DMarshalling.cpp367 static_cast<clang::index::SymbolPropertySet>(Message.properties()); in fromProtobuf()
/external/llvm-project/clang-tools-extra/clangd/unittests/remote/
DMarshallingTests.cpp54 Info.Properties = static_cast<index::SymbolPropertySet>( in createSymbol()