Home
last modified time | relevance | path

Searched refs:mangleObjCMethodNameWithoutSize (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DMangle.cpp259 void MangleContext::mangleObjCMethodNameWithoutSize(const ObjCMethodDecl *MD, in mangleObjCMethodNameWithoutSize() function in MangleContext
281 mangleObjCMethodNameWithoutSize(MD, OS); in mangleObjCMethodName()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DMangle.h129 void mangleObjCMethodNameWithoutSize(const ObjCMethodDecl *MD, raw_ostream &);
/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCodegenNameGenerator.cpp49 MC->mangleObjCMethodNameWithoutSize(MD, OS); in writeName()