OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLoopVariable
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/AST/
StmtCXX.h
127
/// can be extracted using
getLoopVariable
and getRangeInit.
143
VarDecl *
getLoopVariable
();
146
const VarDecl *
getLoopVariable
() const;
/external/clang/lib/AST/
Stmt.cpp
814
VarDecl *CXXForRangeStmt::
getLoopVariable
() {
820
const VarDecl *CXXForRangeStmt::
getLoopVariable
() const {
821
return const_cast<CXXForRangeStmt*>(this)->
getLoopVariable
();
[
all
...]
StmtPrinter.cpp
328
Node->
getLoopVariable
()->print(OS, SubPolicy, IndentLevel);
[
all
...]
Completed in 522 milliseconds