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

/external/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp42 if (const Stmt *FromMatch = Result.Nodes.getStmtAs<Stmt>(FromId)) {
55 const Stmt *FromMatch = Result.Nodes.getStmtAs<Stmt>(FromId);
56 const Stmt *ToMatch = Result.Nodes.getStmtAs<Stmt>(ToId);
68 if (const IfStmt *Node = Result.Nodes.getStmtAs<IfStmt>(Id)) {
/external/clang/unittests/AST/
H A DStmtPrinterTest.cpp48 const Stmt *S = Result.Nodes.getStmtAs<Stmt>("id");
/external/clang/lib/StaticAnalyzer/Checkers/
H A DTestAfterDivZeroChecker.cpp107 if (const BinaryOperator *BO = P->getStmtAs<BinaryOperator>()) {
H A DRetainCountChecker.cpp2204 if (const ObjCMessageExpr *ME = SP->getStmtAs<ObjCMessageExpr>())
/external/clang/include/clang/Analysis/
H A DProgramPoint.h250 const T* getStmtAs() const { return dyn_cast<T>(getStmt()); } function in class:clang::StmtPoint
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp428 const DeclStmt *DS = P->getStmtAs<DeclStmt>();
500 if (const BinaryOperator *BO = P->getStmtAs<BinaryOperator>())
H A DBugReporter.cpp1413 if (const Expr *Ex = PS->getStmtAs<Expr>())
1757 if (const Expr *Ex = PS->getStmtAs<Expr>())
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h84 const T *getStmtAs(StringRef ID) const { function in class:clang::ast_matchers::BoundNodes

Completed in 254 milliseconds