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

  /external/clang/include/clang/AST/
ASTContext.h 586 mutable llvm::DenseMap<const Decl *, comments::FullComment *> ParsedComments;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 448 ParsedComments.find(Canonical);
450 if (Pos != ParsedComments.end()) {
542 ParsedComments[Canonical] = FC;
    [all...]

Completed in 32 milliseconds