Home
last modified time | relevance | path

Searched defs:LibClangExtractAPIVisitor (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/tools/libclang/
H A DCXExtractAPI.cpp40 struct LibClangExtractAPIVisitor struct
42 using Base = ExtractAPIVisitor<LibClangExtractAPIVisitor>;
44 LibClangExtractAPIVisitor(ASTContext &Context, APISet &API) in LibClangExtractAPIVisitor() argument
47 const RawComment *fetchRawCommentForDecl(const Decl *D) const { in fetchRawCommentForDecl()
57 bool VisitObjCImplementationDecl(const ObjCImplementationDecl *Decl) { in VisitObjCImplementationDecl()