HomeSort by relevance Sort by last modified time
    Searched refs:RedeclComments (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
ASTContext.cpp 340 RedeclComments.find(D);
341 if (Pos != RedeclComments.end()) {
356 RedeclComments.find(I);
357 if (Pos != RedeclComments.end()) {
374 RedeclComments[I] = Raw;
393 RawCommentAndCacheFlags &R = RedeclComments[I];
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 582 mutable llvm::DenseMap<const Decl *, RawCommentAndCacheFlags> RedeclComments;
    [all...]

Completed in 57 milliseconds