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

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 3196 SourceLocation DefaultLoc;
3204 if (!DefaultLoc.isInvalid()) {
3206 Diag(DefaultLoc, diag::note_previous_default_assoc);
3210 DefaultLoc = ConsumeToken();
3243 return Actions.ActOnGenericSelectionExpr(KeyLoc, DefaultLoc,
ParseStmt.cpp 838 SourceLocation DefaultLoc = ConsumeToken(); // eat the 'default'.
872 return Actions.ActOnDefaultStmt(DefaultLoc, ColonLoc,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 5569 SourceLocation DefaultLoc, RParenLoc;
5670 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc,
5679 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc,
5691 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc,
5699 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc,
5799 SourceLocation getDefaultLoc() const { return DefaultLoc; }
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 2688 SourceLocation DefaultLoc;

Completed in 35 milliseconds