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