Searched defs:DefaultLoc (Results 1 – 9 of 9) sorted by relevance
/external/clang/lib/Parse/ |
D | ParseExpr.cpp | 2234 SourceLocation DefaultLoc; in ParseGenericSelectionExpression() local
|
D | ParseStmt.cpp | 627 SourceLocation DefaultLoc = ConsumeToken(); // eat the 'default'. in ParseDefaultStatement() local
|
/external/clang/lib/AST/ |
D | Expr.cpp | 3553 SourceLocation DefaultLoc, in GenericSelectionExpr() 3579 SourceLocation DefaultLoc, in GenericSelectionExpr()
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 375 Sema::ActOnDefaultStmt(SourceLocation DefaultLoc, SourceLocation ColonLoc, in ActOnDefaultStmt()
|
D | TreeTransform.h | 1045 StmtResult RebuildDefaultStmt(SourceLocation DefaultLoc, in RebuildDefaultStmt() 1739 SourceLocation DefaultLoc, in RebuildGenericSelectionExpr()
|
D | SemaExpr.cpp | 1142 SourceLocation DefaultLoc, in ActOnGenericSelectionExpr() 1170 SourceLocation DefaultLoc, in CreateGenericSelectionExpr()
|
D | SemaDeclCXX.cpp | 11006 void Sema::SetDeclDefaulted(Decl *Dcl, SourceLocation DefaultLoc) { in SetDeclDefaulted()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 2081 SourceLocation DefaultLoc; member
|
/external/clang/include/clang/AST/ |
D | Expr.h | 4223 SourceLocation GenericLoc, DefaultLoc, RParenLoc; variable
|