Home
last modified time | relevance | path

Searched defs:hasDefaultCXXMethodCC (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DMangle.cpp482 auto hasDefaultCXXMethodCC = [](ASTContext &C, const CXXMethodDecl *MD) { in getAllManglings() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1240 static bool hasDefaultCXXMethodCC(ASTContext &Context, in hasDefaultCXXMethodCC() function