OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WhileStmtBits
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
Stmt.cpp
1111
WhileStmtBits
.HasVar = HasVar;
1125
WhileStmtBits
.HasVar = HasVar;
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h
1011
WhileStmtBitfields
WhileStmtBits
;
2363
bool hasVarStorage() const { return
WhileStmtBits
.HasVar; }
2417
SourceLocation getWhileLoc() const { return
WhileStmtBits
.WhileLoc; }
2418
void setWhileLoc(SourceLocation L) {
WhileStmtBits
.WhileLoc = L; }
Completed in 43 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026