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 303 RedeclComments.find(D);
304 if (Pos != RedeclComments.end()) {
321 RedeclComments.find(*I);
322 if (Pos != RedeclComments.end()) {
339 RedeclComments[*I] = Raw;
360 RawCommentAndCacheFlags &R = RedeclComments[*I];
    [all...]
  /external/clang/include/clang/AST/
ASTContext.h 546 mutable llvm::DenseMap<const Decl *, RawCommentAndCacheFlags> RedeclComments;
    [all...]

Completed in 27 milliseconds