Searched refs:attr_fastcall (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DTypePrinter.cpp1226 case AttributedType::attr_fastcall: OS << "fastcall"; break;
H A DType.cpp1909 case attr_fastcall:
/external/clang/lib/Sema/
H A DSemaType.cpp3412 case AttributedType::attr_fastcall:
4428 return AttributedType::attr_fastcall;
/external/clang/include/clang/AST/
H A DType.h3415 attr_fastcall, enumerator in enum:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType::Kind

Completed in 215 milliseconds