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 275 /// IfLoc - Location where the conditional started.
277 SourceLocation IfLoc;
  /external/clang/lib/Parse/
ParseStmt.cpp 911 SourceLocation IfLoc = ConsumeToken(); // eat the 'if'.
938 if (ParseParenExprOrCondition(CondExp, CondVar, IfLoc, true))
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 845 SourceLocation IfLoc;
883 SourceLocation getIfLoc() const { return IfLoc; }
884 void setIfLoc(SourceLocation L) { IfLoc = L; }
890 return SourceRange(IfLoc, SubExprs[ELSE]->getLocEnd());
892 return SourceRange(IfLoc, SubExprs[THEN]->getLocEnd());
    [all...]

Completed in 1037 milliseconds