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 550 mutable llvm::DenseMap<const Decl *, comments::FullComment *> ParsedComments;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 409 ParsedComments.find(Canonical);
411 if (Pos != ParsedComments.end()) {
458 ParsedComments[Canonical] = FC;
    [all...]

Completed in 35 milliseconds