/llvm-project/clang/lib/ExtractAPI/Serialization/ |
H A D | SymbolGraphSerializer.cpp | 364 Kind["displayName"] = "Unknown"; in serializeSymbolKind() 368 Kind["displayName"] = "Namespace"; in serializeSymbolKind() 372 Kind["displayName"] = "Function"; in serializeSymbolKind() 376 Kind["displayName"] = "Function Template"; in serializeSymbolKind() 380 Kind["displayName"] = "Function Template Specialization"; in serializeSymbolKind() 384 Kind["displayName"] = "Global Variable Template"; in serializeSymbolKind() 388 Kind["displayName"] = "Global Variable Template Specialization"; in serializeSymbolKind() 392 Kind["displayName"] = "Global Variable Template Partial Specialization"; in serializeSymbolKind() 396 Kind["displayName"] = "Global Variable"; in serializeSymbolKind() 400 Kind["displayName"] in serializeSymbolKind() [all...] |
/llvm-project/clang/test/ExtractAPI/ |
H A D | enum.c | 172 "displayName": "Enumeration", 214 "displayName": "Enumeration Case", 257 "displayName": "Enumeration Case", 317 "displayName": "Enumeration Case", 360 "displayName": "Enumeration Case", 403 "displayName": "Enumeration Case", 467 "displayName": "Enumeration", 509 "displayName": "Enumeration Case", 552 "displayName": "Enumeration Case", 595 "displayName": "Enumeration Case", [all …]
|
H A D | macros.c | 24 // HELLO-NEXT: "displayName": "Macro", 72 // WORLD-NEXT: "displayName": "Macro", 132 // MACRO_FUN-NEXT: "displayName": "Macro", 208 // FUN-NEXT: "displayName": "Macro", 268 // FUNC99-NEXT: "displayName": "Macro", 328 // FUNGNU-NEXT: "displayName": "Macro",
|
H A D | class.cpp | 104 "displayName": "Class", 159 "displayName": "Instance Property", 223 "displayName": "Instance Property", 279 "displayName": "Instance Property", 335 "displayName": "Instance Property",
|
H A D | struct.c | 120 "displayName": "Structure", 175 "displayName": "Instance Property", 231 "displayName": "Instance Property", 287 "displayName": "Instance Property", 360 "displayName": "Instance Property",
|
H A D | multiple_inheritance.cpp | 101 "displayName": "Class", 155 "displayName": "Class", 209 "displayName": "Class", 263 "displayName": "Class",
|
H A D | typedef_anonymous_record.c | 39 // MYSTRUCT-NEXT: "displayName": "Structure", 93 // MYSTRUCTSTRUCT-NEXT: "displayName": "Type Alias", 132 // MYENUM-NEXT: "displayName": "Enumeration", 188 // MYENUMENUM-NEXT: "displayName": "Type Alias",
|
H A D | typedef_chain.c | 82 "displayName": "Type Alias", 146 "displayName": "Type Alias", 210 "displayName": "Type Alias",
|
H A D | constructor_destructor.cpp | 85 "displayName": "Class", 140 "displayName": "Constructor", 196 "displayName": "Destructor",
|
H A D | conversions.cpp | 85 "displayName": "Class", 148 "displayName": "Instance Method", 220 "displayName": "Instance Method",
|
H A D | function_noexcepts.cpp | 91 "displayName": "Function", 171 "displayName": "Function", 251 "displayName": "Function",
|
H A D | objc_instancetype.m | 82 "displayName": "Class", 148 "displayName": "Instance Method", 219 "displayName": "Instance Method",
|
H A D | union.c | 105 "displayName": "Union", 177 "displayName": "Instance Property", 250 "displayName": "Instance Property",
|
H A D | macro_undefined.c | 87 "displayName": "Function", 239 "displayName": "Function", 289 "displayName": "Macro",
|
/llvm-project/clang/test/Index/ |
H A D | extract-api-cursor.m | 43 // CHECK-FOO: "kind":{"displayName":"Structure","identifier":"objective-c.struct"} 51 // CHECK-BAR: "kind":{"displayName":"Instance Property","identifier":"objective-c.property"} 59 // CHECK-BASE: "kind":{"displayName":"Class","identifier":"objective-c.class"} 69 // CHECK-BASE-PROP: "kind":{"displayName":"Instance Property","identifier":"objective-c.property"} 77 // CHECK-BASE-METHOD: "kind":{"displayName":"Instance Method","identifier":"objective-c.method"} 85 // CHECK-PROTOCOL: "kind":{"displayName":"Protocol","identifier":"objective-c.protocol"} 95 // CHECK-PROTOCOL-PROP: "kind":{"displayName":"Instance Property","identifier":"objective-c.propert… 105 // CHECK-DERIVED: "kind":{"displayName":"Class","identifier":"objective-c.class"} 113 // CHECK-DERIVED-METHOD: "kind":{"displayName":"Instance Method","identifier":"objective-c.method"} 121 // CHECK-DERIVED-METHOD-IMPL: "kind":{"displayName":"Instance Method","identifier":"objective-c.met… [all …]
|
H A D | extract-api-usr.m | 35 // CHECK-FOO-SAME: "kind":{"displayName":"Structure","identifier":"objective-c.struct"} 45 // CHECK-BAR-SAME: "kind":{"displayName":"Instance Property","identifier":"objective-c.property"} 54 // CHECK-BASE-SAME: "kind":{"displayName":"Class","identifier":"objective-c.class"} 65 // CHECK-BASEPROP-SAME: "kind":{"displayName":"Instance Property","identifier":"objective-c.propert… 74 // CHECK-BASEMETHOD-SAME: "kind":{"displayName":"Instance Method","identifier":"objective-c.method"} 83 // CHECK-PROT-SAME: "kind":{"displayName":"Protocol","identifier":"objective-c.protocol"} 94 // CHECK-PROTPROP-SAME: "kind":{"displayName":"Instance Property","identifier":"objective-c.propert… 105 // CHECK-DERIVED-SAME: "kind":{"displayName":"Class","identifier":"objective-c.class"} 114 // CHECK-DERIVEDMETHOD-SAME: "kind":{"displayName":"Instance Method","identifier":"objective-c.meth…
|
/llvm-project/clang/tools/clang-format-vs/ |
H A D | source.extension.vsixmanifest.in |
|
/llvm-project/clang/test/ExtractAPI/emit-symbol-graph/ |
H A D | multi_file.c | 179 "displayName": "Function", 243 "displayName": "Function", 307 "displayName": "Function", 467 "displayName": "Function", 531 "displayName": "Function",
|
H A D | single_file.c | 81 "displayName": "Function",
|
/llvm-project/llvm/test/DebugInfo/COFF/ |
H A D | globals.ll | 168 ; OBJ-NEXT: DisplayName: first 175 ; OBJ-NEXT: DisplayName: middle 182 ; OBJ-NEXT: DisplayName: foo::globalTLS 189 ; OBJ-NEXT: DisplayName: foo::justGlobal 196 ; OBJ-NEXT: DisplayName: last 221 ; OBJ-NEXT: DisplayName: foo::globalStatic 228 ; OBJ-NEXT: DisplayName: foo::staticTLS 236 ; OBJ-NEXT: DisplayName: A<void>::comdat 243 ; OBJ-NEXT: DisplayName: foo::Data::DataStaticTLS 251 ; OBJ-NEXT: DisplayName: foo::Data::DataStatic [all …]
|
H A D | global_visibility.ll | 52 ; CHECK: DisplayName: foo 57 ; CHECK: DisplayName: local_int 62 ; CHECK: DisplayName: nested_int 73 ; CHECK: DisplayName: bar 78 ; CHECK: DisplayName: local_int 83 ; CHECK: DisplayName: nested_int 94 ; CHECK: DisplayName: global_int 105 ; CHECK: DisplayName: A<int>::comdat_int 116 ; CHECK: DisplayName: A<unsigned int>::comdat_int
|
H A D | fortran-basic.ll | 63 ; CHECK-NEXT: DisplayName: ARRAY2 68 ; CHECK-NEXT: DisplayName: ARRAY1 73 ; CHECK-NEXT: DisplayName: D 78 ; CHECK-NEXT: DisplayName: L 83 ; CHECK-NEXT: DisplayName: C
|
/llvm-project/llvm/test/tools/llvm-readobj/COFF/ |
H A D | codeview-linetables.test | 46 MFUN32: DisplayName: x 65 MFUN32: DisplayName: y 84 MFUN32: DisplayName: f 198 MFUN64: DisplayName: x 213 MFUN64: DisplayName: y 228 MFUN64: DisplayName: f 370 MFILE32: DisplayName: f 447 MFILE64: DisplayName: f 533 MCOMDAT: DisplayName: f 561 MCOMDAT: DisplayName: g
|
/llvm-project/lld/test/COFF/Inputs/ |
H A D | pdb-globals.yaml | 166 DisplayName: GlobalFunc 226 DisplayName: main 370 DisplayName: LocalFunc 400 DisplayName: __purecall 404 DisplayName: GlobalVar 408 DisplayName: GlobalTLS 417 DisplayName: ConstantVar 421 DisplayName: StaticTLS 729 DisplayName: 'HelloPoint::HelloPoint'
|
/llvm-project/clang/tools/clang-format-vs/ClangFormat/ |
H A D | ClangFormatPackage.cs |
|