reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
233 virtual bool isPointerToMemberFunction() const = 0;
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp 644 bool NativeRawSymbol::isPointerToMemberFunction() const {
41 bool isPointerToMemberFunction() const override;
52 dumpSymbolField(OS, "isPointerToMemberFunction", isPointerToMemberFunction(), 192 return isPointerToDataMember() || isPointerToMemberFunction();