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

  /external/clang/lib/StaticAnalyzer/Checkers/
TraversalChecker.cpp 41 const ParentMap &Parents = C.getLocationContext()->getParentMap();
42 Parent = Parents.getParent(Condition);
DeadStoresChecker.cpp 129 ParentMap& Parents;
139 BugReporter& br, AnalysisDeclContext* ac, ParentMap& parents,
141 : cfg(cfg), Ctx(ctx), BR(br), AC(ac), Parents(parents),
290 DeadStoreKind dsk = Parents.isConsumedExpr(B)
301 const Stmt *parent = Parents.getParentIgnoreParenCasts(U);
  /external/clang/utils/TableGen/
ClangDiagnosticsEmitter.cpp 70 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group);
71 for (unsigned i = 0, e = Parents.size(); i != e; ++i) {
72 CatName = getCategoryFromDiagGroup(Parents[i], DiagGroupParents);
344 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group);
345 for (unsigned i = 0, e = Parents.size(); i != e; ++i)
346 if (isSubGroupOfGroup(Parents[i], GName))
386 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group);
387 for (unsigned i = 0, e = Parents.size(); i != e; ++i)
388 markGroup(Parents[i]);
445 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group)
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 489 // Once there are multiple parents, the breadth first search order does not
501 ASTContext::ParentVector Parents = ActiveASTContext->getParents(Node);
502 if (Parents.empty()) {
521 if (Parents.size() == 1) {
523 const ast_type_traits::DynTypedNode Parent = Parents[0];
536 // Multiple parents - BFS over the rest of the nodes.
538 std::deque<ast_type_traits::DynTypedNode> Queue(Parents.begin(),
539 Parents.end());
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 819 milliseconds