OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLoopVariable
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
StmtCXX.cpp
76
VarDecl *CXXForRangeStmt::
getLoopVariable
() {
82
const VarDecl *CXXForRangeStmt::
getLoopVariable
() const {
83
return const_cast<CXXForRangeStmt *>(this)->
getLoopVariable
();
StmtPrinter.cpp
352
Node->
getLoopVariable
()->print(OS, SubPolicy, IndentLevel);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtCXX.h
133
/// can be extracted using
getLoopVariable
and getRangeInit.
153
VarDecl *
getLoopVariable
();
157
const VarDecl *
getLoopVariable
() const;
ASTNodeTraverser.h
735
Visit(Node->
getLoopVariable
());
/src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchFinder.cpp
248
if (!match(*Node->
getLoopVariable
()))
499
match(*RF->
getLoopVariable
());
/src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp
836
if (S->
getLoopVariable
() && !TraverseDecl(S->
getLoopVariable
()))
/src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h
2116
const VarDecl *const Var = Node.
getLoopVariable
();
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp
3188
const VarDecl *VD = ForStmt->
getLoopVariable
();
SemaOpenMP.cpp
5444
LUVDecl = RangeFor->
getLoopVariable
();
/src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp
2682
AddDecl(S->
getLoopVariable
());
Completed in 45 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026