Home
last modified time | relevance | path

Searched defs:DefaultLoc (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/Parse/
DParseExpr.cpp2234 SourceLocation DefaultLoc; in ParseGenericSelectionExpression() local
DParseStmt.cpp627 SourceLocation DefaultLoc = ConsumeToken(); // eat the 'default'. in ParseDefaultStatement() local
/external/clang/lib/AST/
DExpr.cpp3553 SourceLocation DefaultLoc, in GenericSelectionExpr()
3579 SourceLocation DefaultLoc, in GenericSelectionExpr()
/external/clang/lib/Sema/
DSemaStmt.cpp375 Sema::ActOnDefaultStmt(SourceLocation DefaultLoc, SourceLocation ColonLoc, in ActOnDefaultStmt()
DTreeTransform.h1045 StmtResult RebuildDefaultStmt(SourceLocation DefaultLoc, in RebuildDefaultStmt()
1739 SourceLocation DefaultLoc, in RebuildGenericSelectionExpr()
DSemaExpr.cpp1142 SourceLocation DefaultLoc, in ActOnGenericSelectionExpr()
1170 SourceLocation DefaultLoc, in CreateGenericSelectionExpr()
DSemaDeclCXX.cpp11006 void Sema::SetDeclDefaulted(Decl *Dcl, SourceLocation DefaultLoc) { in SetDeclDefaulted()
/external/clang/include/clang/Sema/
DDeclSpec.h2081 SourceLocation DefaultLoc; member
/external/clang/include/clang/AST/
DExpr.h4223 SourceLocation GenericLoc, DefaultLoc, RParenLoc; variable