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 318 RedeclComments.find(D);
319 if (Pos != RedeclComments.end()) {
336 RedeclComments.find(*I);
337 if (Pos != RedeclComments.end()) {
354 RedeclComments[*I] = Raw;
375 RawCommentAndCacheFlags &R = RedeclComments[*I];
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 558 mutable llvm::DenseMap<const Decl *, RawCommentAndCacheFlags> RedeclComments;
    [all...]

Completed in 39 milliseconds