Home
last modified time | relevance | path

Searched defs:Swift (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/include/llvm/IR/
H A DCallingConv.h69 Swift = 16, enumerator
/llvm-project/llvm/docs/Proposals/
H A DVariableNames.rst357 .. [Swift] Swift API Design Guidelines https://swift.org/documentation/api-design-guidelines/#gener… citation in References
/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h27 enum class EscapeStyle { CXX, Swift }; enumerator
/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h68 Swift, enumerator
/llvm-project/llvm/bindings/ocaml/debuginfo/
H A Dllvm_debuginfo.ml46 | Swift Constructor
H A Dllvm_debuginfo.mli46 | Swift Constructor
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h166 Swift = 0x13, enumerator
210 Swift = 0x19, // Swift call enumerator
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1472 Swift = 0x03, emitPPA2() enumerator
/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h252 Swift, global() enumerator
/llvm-project/lld/MachO/
H A DObjC.cpp353 enum SourceLanguage { Unknown, ObjC, Swift }; global() enumerator
[all...]
/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h68 Swift, // Clang-only enumerator
/llvm-project/clang/include/clang/Sema/
H A DSema.h1243 SemaSwift &Swift() { Swift() function