Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DCallingConv.h69 Swift = 16, enumerator
/freebsd/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DStringPrinter.h27 enum class EscapeStyle { CXX, Swift }; enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h68 Swift, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h166 Swift = 0x13, enumerator
210 Swift = 0x19, // Swift call enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp1472 Swift = 0x03, in emitPPA2() enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h252 Swift, enumerator
/freebsd/contrib/llvm-project/lld/MachO/
H A DObjC.cpp353 enum SourceLanguage { Unknown, ObjC, Swift }; enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h68 Swift, // Clang-only enumerator
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1244 SemaSwift &Swift() { in Swift() function