HomeSort by: relevance | last modified time | path
    Searched refs:getRawCommentForDeclNoCache (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
SourceCode.cpp 346 Decl.getASTContext().getRawCommentForDeclNoCache(&Decl))
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 790 RawComment *getRawCommentForDeclNoCache(const Decl *D) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 278 RawComment *ASTContext::getRawCommentForDeclNoCache(const Decl *D) const {
434 const RawComment *RedeclComment = getRawCommentForDeclNoCache(Redecl);
547 const RawComment *RC = getRawCommentForDeclNoCache(D);

Completed in 36 milliseconds