reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Analysis/CFG.cpp
 5084           StmtMap[stmt] = P;
 5086           switch (stmt->getStmtClass()) {
 5088               DeclMap[cast<DeclStmt>(stmt)->getSingleDecl()] = P;
 5091               const VarDecl *var = cast<IfStmt>(stmt)->getConditionVariable();
 5097               const VarDecl *var = cast<ForStmt>(stmt)->getConditionVariable();
 5104                 cast<WhileStmt>(stmt)->getConditionVariable();
 5111                 cast<SwitchStmt>(stmt)->getConditionVariable();
 5118                 cast<CXXCatchStmt>(stmt)->getExceptionDecl();