Home
last modified time | relevance | path

Searched refs:getRawCommentForDeclNoCache (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/ExtractAPI/
H A DExtractAPIVisitor.cpp81 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitVarDecl()
141 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitFunctionDecl()
186 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitEnumDecl()
229 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitRecordDecl()
264 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitObjCInterfaceDecl()
309 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitObjCProtocolDecl()
346 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitTypedefNameDecl()
370 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Decl)) in VisitObjCCategoryDecl()
406 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Constant)) in recordEnumConstants()
433 if (auto *RawComment = Context.getRawCommentForDeclNoCache(Field)) in recordStructFields()
[all …]
/openbsd-src/gnu/llvm/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp390 Decl.getASTContext().getRawCommentForDeclNoCache(&Decl)) in getAssociatedRange()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h841 RawComment *getRawCommentForDeclNoCache(const Decl *D) const;
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp283 RawComment *ASTContext::getRawCommentForDeclNoCache(const Decl *D) const { in getRawCommentForDeclNoCache() function in ASTContext
442 const RawComment *RedeclComment = getRawCommentForDeclNoCache(Redecl); in getRawCommentForAnyRedecl()
555 const RawComment *RC = getRawCommentForDeclNoCache(D); in getLocalCommentForDeclUncached()