HomeSort by relevance Sort by last modified time
    Searched refs:ParameterABI (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/AST/
Attr.h 177 ParameterABI getABI() const {
180 return ParameterABI::SwiftContext;
182 return ParameterABI::SwiftErrorResult;
184 return ParameterABI::SwiftIndirectResult;
Type.h     [all...]
  /external/clang/include/clang/Basic/
Specifiers.h 295 enum class ParameterABI {
314 llvm::StringRef getParameterABISpelling(ParameterABI kind);
  /external/clang/lib/AST/
TypePrinter.cpp 636 llvm::StringRef clang::getParameterABISpelling(ParameterABI ABI) {
638 case ParameterABI::Ordinary:
640 case ParameterABI::SwiftContext:
642 case ParameterABI::SwiftErrorResult:
644 case ParameterABI::SwiftIndirectResult:
666 if (ABI != ParameterABI::Ordinary)
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaType.cpp     [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 99 milliseconds