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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseStmt.cpp 1252 if (!P.MisleadingIndentationElseLoc.isInvalid()) {
1253 StmtLoc = P.MisleadingIndentationElseLoc;
1254 P.MisleadingIndentationElseLoc = SourceLocation();
1257 P.MisleadingIndentationElseLoc = SL;
1303 (Kind == MSK_else && P.MisleadingIndentationElseLoc.isInvalid())) {
1304 P.MisleadingIndentationElseLoc = SourceLocation();
1308 P.MisleadingIndentationElseLoc = SourceLocation();
  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h 1227 SourceLocation MisleadingIndentationElseLoc;

Completed in 37 milliseconds