HomeSort by relevance Sort by last modified time
    Searched refs:DefaultLoc (Results 1 - 14 of 14) sorted by null

  /external/clang/include/clang/AST/
Stmt.h 730 SourceLocation DefaultLoc;
734 SwitchCase(DefaultStmtClass), SubStmt(substmt), DefaultLoc(DL),
744 SourceLocation getDefaultLoc() const { return DefaultLoc; }
745 void setDefaultLoc(SourceLocation L) { DefaultLoc = L; }
750 return SourceRange(DefaultLoc, SubStmt->getLocEnd());
    [all...]
Expr.h     [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
ParseStmt.cpp 648 SourceLocation DefaultLoc = ConsumeToken(); // eat the 'default'.
683 return Actions.ActOnDefaultStmt(DefaultLoc, ColonLoc,
    [all...]
ParseExprCXX.cpp 634 Intro.DefaultLoc = ConsumeToken();
638 Intro.DefaultLoc = ConsumeToken();
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 331 Sema::ActOnDefaultStmt(SourceLocation DefaultLoc, SourceLocation ColonLoc,
336 Diag(DefaultLoc, diag::err_default_not_in_switch);
340 DefaultStmt *DS = new (Context) DefaultStmt(DefaultLoc, ColonLoc, SubStmt);
    [all...]
SemaLambda.cpp 294 = Intro.Default == LCD_None? Intro.Range.getBegin() : Intro.DefaultLoc;
    [all...]
SemaDeclCXX.cpp     [all...]
SemaExpr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
Sema.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 780 E->DefaultLoc = ReadSourceLocation(Record, Idx);
    [all...]

Completed in 747 milliseconds