Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp156 static std::string methodKind(MethodKind Kind) { in methodKind() function
191 std::string Kind = methodKind(Attrs.getMethodKind()); in memberAttributes()