Home
last modified time | relevance | path

Searched refs:hasExplicitCallingConv (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaType.cpp7663 bool Sema::hasExplicitCallingConv(QualType T) { in hasExplicitCallingConv() function in Sema
7709 if (hasExplicitCallingConv(T)) in adjustMemberFunctionCC()
DSemaTemplate.cpp9208 if (!hasExplicitCallingConv(Adjusted)) in CheckMemberSpecialization()
DSemaDecl.cpp11316 if (!hasExplicitCallingConv(T)) { in CheckMSVCRTEntryPoint()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h4341 bool hasExplicitCallingConv(QualType T);