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 874 SourceLocation ElseLoc;
914 SourceLocation getElseLoc() const { return ElseLoc; }
915 void setElseLoc(SourceLocation L) { ElseLoc = L; }
    [all...]

Completed in 53 milliseconds