Searched refs:ASTClass (Results 1 – 1 of 1) sorted by relevance
155 equalsNode(ASTClass), in CaptureMethods()166 *ASTClass, *Result.Context); in CaptureMethods()188 if ((ASTClass->getName() == "PointerLikeTypeLoc" || in CaptureMethods()189 ASTClass->getName() == "TypeofLikeTypeLoc") && in CaptureMethods()200 const auto *ASTClass = in run() local204 if (ASTClass) { in run()213 StringRef ClassName = ASTClass->getName(); in run()218 CaptureMethods("class clang::SourceLocation", ASTClass, Result); in run()220 CaptureMethods("class clang::SourceRange", ASTClass, Result); in run()229 ASTClass, Result); in run()[all …]