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

  /external/clang/include/clang/Lex/
Token.h 271 SourceLocation IfLoc;
  /external/clang/lib/Parse/
ParseStmt.cpp 965 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'.
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 848 SourceLocation IfLoc;
886 SourceLocation getIfLoc() const { return IfLoc; }
887 void setIfLoc(SourceLocation L) { IfLoc = L; }
891 SourceLocation getLocStart() const LLVM_READONLY { return IfLoc; }
    [all...]

Completed in 101 milliseconds