Searched refs:ASTClass (Results 1 – 1 of 1) sorted by relevance
143 CaptureMethods(std::string TypeString, const clang::CXXRecordDecl *ASTClass, in CaptureMethods() argument155 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()209 ASTClass = Result.Nodes.getNodeAs<clang::CXXRecordDecl>("templateName"); in run()213 StringRef ClassName = ASTClass->getName(); in run()218 CaptureMethods("class clang::SourceLocation", ASTClass, Result); in run()[all …]