Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp147 auto methodName = safeGetName(M); in isGetterOfRefCounted() local
150 methodName == "get") || in isGetterOfRefCounted()
154 methodName == "impl")) in isGetterOfRefCounted()
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_assertions.py114 def assertMessages(self, methodName, args, errors): argument
121 return getattr(test, methodName)
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py228 def __init__(self, methodName='runTest'): argument
233 self._testMethodName = methodName
236 testMethod = getattr(self, methodName)
239 (self.__class__, methodName))
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangASTPropertiesEmitter.cpp674 StringRef methodName = (info.IsReader ? "unpack" : "pack"); in emitPackUnpackOptionalTemplate() local
687 << (info.IsReader ? "> " : " ") << methodName << "(" in emitPackUnpackOptionalTemplate()
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A DChangeLog417 (Objective-C): "methodName" typeo fixed. Add @code/@var markup