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

  /external/clang/include/clang/Lex/
Token.h 299 SourceLocation IfLoc;
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 505 SourceLocation IfLoc = CurLoc;
531 return new IfExprAST(IfLoc, Cond, Then, Else);
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 881 SourceLocation IfLoc;
920 SourceLocation getIfLoc() const { return IfLoc; }
921 void setIfLoc(SourceLocation L) { IfLoc = L; }
925 SourceLocation getLocStart() const LLVM_READONLY { return IfLoc; }
    [all...]

Completed in 195 milliseconds