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

  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 92 ParentMap& Parents;
101 BugReporter& br, AnalysisDeclContext* ac, ParentMap& parents,
103 : cfg(cfg), Ctx(ctx), BR(br), AC(ac), Parents(parents),
234 DeadStoreKind dsk = Parents.isConsumedExpr(B)
245 const Stmt *parent = Parents.getParentIgnoreParenCasts(U);
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 62 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group);
63 for (unsigned i = 0, e = Parents.size(); i != e; ++i) {
64 CatName = getCategoryFromDiagGroup(Parents[i], DiagGroupParents);
260 // Compute a mapping from a DiagGroup to all of its parents.

Completed in 122 milliseconds