OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStmtAs
(Results
1 - 8
of
8
) sorted by null
/external/clang/lib/Tooling/
RefactoringCallbacks.cpp
42
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/
StmtPrinterTest.cpp
48
const Stmt *S = Result.Nodes.
getStmtAs
<Stmt>("id");
/external/clang/lib/StaticAnalyzer/Checkers/
TestAfterDivZeroChecker.cpp
107
if (const BinaryOperator *BO = P->
getStmtAs
<BinaryOperator>()) {
RetainCountChecker.cpp
[
all
...]
/external/clang/include/clang/Analysis/
ProgramPoint.h
250
const T*
getStmtAs
() const { return dyn_cast<T>(getStmt()); }
/external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp
424
const DeclStmt *DS = P->
getStmtAs
<DeclStmt>();
496
if (const BinaryOperator *BO = P->
getStmtAs
<BinaryOperator>())
[
all
...]
BugReporter.cpp
[
all
...]
/external/clang/include/clang/ASTMatchers/
ASTMatchers.h
86
const T *
getStmtAs
(StringRef ID) const {
[
all
...]
Completed in 1116 milliseconds