Searched defs:DefaultCC (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/AST/ | ||
H A D | Mangle.cpp | 490 auto DefaultCC = C.getDefaultCallingConvention(/*IsVariadic=*/false, getAllManglings() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | SemaCast.cpp | 2146 CallingConv DefaultCC = Self.getASTContext().getDefaultCallingConvention( DiagnoseCallingConvCast() local |
H A D | SemaType.cpp | 7970 CallingConv DefaultCC = adjustMemberFunctionCC() local |
/llvm-project/clang/lib/Frontend/ | ||
H A D | CompilerInvocation.cpp | 660 auto DefaultCC = LangOpts.getDefaultCallingConv(); FixupInvocation() local |