HomeSort by relevance Sort by last modified time
    Searched defs:ElseLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/clang/include/clang/AST/
Stmt.h 849 SourceLocation ElseLoc;
888 SourceLocation getElseLoc() const { return ElseLoc; }
889 void setElseLoc(SourceLocation L) { ElseLoc = L; }
    [all...]

Completed in 517 milliseconds