HomeSort by: relevance | last modified time | path
    Searched defs:ElseLoc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp 1430 SourceLocation ElseLoc;
1438 ElseLoc = ConsumeToken();
1453 MisleadingIndentationChecker MIChecker(*this, MSK_else, ElseLoc);
1493 RParen, ThenStmt.get(), ElseLoc, ElseStmt.get());
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 440 SourceLocation ElseLoc;
444 SourceLocation ElseLoc)
447 ElseLoc(ElseLoc) {}
2119 SourceLocation ElseLoc = SourceLocation());

Completed in 17 milliseconds