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

  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 440 SourceLocation ElseLoc;
444 SourceLocation ElseLoc)
447 ElseLoc(ElseLoc) {}
2119 SourceLocation ElseLoc = SourceLocation());
  /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/lib/Lex/
PPDirectives.cpp 440 SourceLocation ElseLoc) {
477 HashTokenLoc, IfTokenLoc, FoundNonSkipPortion, FoundElse, ElseLoc);
Preprocessor.cpp 679 PreambleConditionalStack.SkipInfo->ElseLoc);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 864 Stmt *thenStmt, SourceLocation ElseLoc,
912 thenStmt, ElseLoc, elseStmt);
918 Stmt *thenStmt, SourceLocation ElseLoc,
928 ElseLoc, elseStmt);
TreeTransform.h 1326 SourceLocation ElseLoc, Stmt *Else) {
1328 RParenLoc, Then, ElseLoc, Else);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Stmt.h 2074 void setElseLoc(SourceLocation ElseLoc) {
2077 *getTrailingObjects<SourceLocation>() = ElseLoc;
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 4665 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);
4669 Stmt *ThenVal, SourceLocation ElseLoc, Stmt *ElseVal);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp 2173 AddSourceLocation(SkipInfo->ElseLoc, Record);
ASTReader.cpp 3375 SourceLocation ElseLoc = ReadSourceLocation(F, Record, Idx);
3377 FoundElse, ElseLoc);

Completed in 53 milliseconds