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

  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 391 auto DeclComment = DeclRawComments.find(D);
392 if (DeclComment != DeclRawComments.end()) {
409 auto CommentAtRedecl = DeclRawComments.find(RedeclComment->second);
410 assert(CommentAtRedecl != DeclRawComments.end() &&
452 DeclRawComments.try_emplace(&OriginalD, &Comment);
519 if (DeclRawComments.count(D) > 0)
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 749 mutable llvm::DenseMap<const Decl *, const RawComment *> DeclRawComments;

Completed in 99 milliseconds