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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
RawCommentList.h 189 const std::map<unsigned, RawComment *> *getCommentsInFile(FileID File) const;
  /src/external/apache2/llvm/dist/clang/lib/AST/
RawCommentList.cpp 329 RawCommentList::getCommentsInFile(FileID File) const {
ASTContext.cpp 295 const auto CommentsInThisFile = Comments.getCommentsInFile(File);
494 auto CommentsInThisFile = Comments.getCommentsInFile(File);

Completed in 63 milliseconds