Searched refs:ExprParent (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp32 typedef llvm::PointerUnion<const Stmt *, const VarDecl *> ExprParent; typedef in namespace:__anon3556
40 ExprParent CastedExprParent;
45 CallRecord(ExprParent CastedExprParent, const Expr *CastedExpr,
60 void VisitChild(ExprParent Parent, const Stmt *S) {

Completed in 86 milliseconds