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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp1212 case AttributedType::attr_cdecl: OS << "cdecl"; break;
H A DType.cpp1880 case attr_cdecl:
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp3434 case AttributedType::attr_cdecl:
4419 return AttributedType::attr_cdecl;
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h3389 attr_cdecl, enumerator in enum:clang::FunctionType::ExtInfo::FunctionProtoType::AttributedType::Kind

Completed in 112 milliseconds