OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getStmtAs
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Analysis/
ProgramPoint.h
250
const T*
getStmtAs
() const { return dyn_cast<T>(getStmt()); }
/external/clang/include/clang/ASTMatchers/
ASTMatchers.h
86
const T *
getStmtAs
(StringRef ID) const {
[
all
...]
Completed in 230 milliseconds