Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp4860 const ObjCMethodDecl *CanonicalMD = ObjCMethod->getCanonicalDecl(); in ActOnMethodDeclaration() local
4861 if (CanonicalMD->isDirectMethod()) { in ActOnMethodDeclaration()
4862 const auto *attr = CanonicalMD->getAttr<ObjCDirectAttr>(); in ActOnMethodDeclaration()