Lines Matching refs:getName
181 (Node->getName() == "getBeginLoc" || Node->getName() == "getEndLoc" || in CaptureMethods()
182 Node->getName() == "getSourceRange")) in CaptureMethods()
184 if (ExprBase && Node->getName() == "getExprLoc") in CaptureMethods()
186 if (TypeLocBase && Node->getName() == "getLocalSourceRange") in CaptureMethods()
188 if ((ASTClass->getName() == "PointerLikeTypeLoc" || in CaptureMethods()
189 ASTClass->getName() == "TypeofLikeTypeLoc") && in CaptureMethods()
190 Node->getName() == "getLocalSourceRange") in CaptureMethods()
192 Methods.push_back(Node->getName().str()); in CaptureMethods()
207 CladeName = NodeClade->getName(); in run()
213 StringRef ClassName = ASTClass->getName(); in run()
243 OS << DerivedFrom->getName() << '<'; in run()
257 ClassInheritance[ClassName] = DerivedFrom->getName().str(); in run()
264 CD.TemplateParms.push_back(TParam->getName().str()); in run()