Home | History | Annotate | Download | only in AST

Lines Matching defs:ForLoc

1114   SourceLocation ForLoc;
1157 SourceLocation getForLoc() const { return ForLoc; }
1158 void setForLoc(SourceLocation L) { ForLoc = L; }
1164 SourceLocation getLocStart() const LLVM_READONLY { return ForLoc; }