OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WhileLoc
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Parse/
ParseStmt.cpp
[
all
...]
/external/clang/include/clang/AST/
Stmt.h
861
SourceLocation
WhileLoc
;
893
SourceLocation getWhileLoc() const { return
WhileLoc
; }
894
void setWhileLoc(SourceLocation L) {
WhileLoc
= L; }
897
return SourceRange(
WhileLoc
, SubExprs[BODY]->getLocEnd());
916
SourceLocation
WhileLoc
;
922
: Stmt(DoStmtClass), DoLoc(DL),
WhileLoc
(WL), RParenLoc(RP) {
939
SourceLocation getWhileLoc() const { return
WhileLoc
; }
940
void setWhileLoc(SourceLocation L) {
WhileLoc
= L; }
[
all
...]
Completed in 36 milliseconds