Searched defs:DefaultLoc (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 4416 SourceLocation DefaultLoc, SourceLocation RParenLoc, in GenericSelectionExpr() 4442 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, in GenericSelectionExpr() 4469 SourceLocation DefaultLoc, SourceLocation RParenLoc, in GenericSelectionExpr() 4493 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, in GenericSelectionExpr() 4520 SourceLocation DefaultLoc, SourceLocation RParenLoc, in Create() 4534 SourceLocation DefaultLoc, SourceLocation RParenLoc, in Create() 4548 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, in Create() 4563 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, in Create()
|
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseStmt.cpp | 908 SourceLocation DefaultLoc = ConsumeToken(); // eat the 'default'. in ParseDefaultStatement() local
|
| H A D | ParseExpr.cpp | 3041 SourceLocation DefaultLoc; in ParseGenericSelectionExpression() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | DeclSpec.h | 2858 SourceLocation DefaultLoc; member
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 578 Sema::ActOnDefaultStmt(SourceLocation DefaultLoc, SourceLocation ColonLoc, in ActOnDefaultStmt()
|
| H A D | SemaDeclCXX.cpp | 6773 SourceLocation DefaultLoc) { in DefineDefaultedFunction() 7721 SourceLocation DefaultLoc) { in CheckExplicitlyDefaultedSpecialMember() 18510 void Sema::SetDeclDefaulted(Decl *Dcl, SourceLocation DefaultLoc) { in SetDeclDefaulted()
|
| H A D | TreeTransform.h | 1377 StmtResult RebuildDefaultStmt(SourceLocation DefaultLoc, in RebuildDefaultStmt() 3150 SourceLocation DefaultLoc, in RebuildGenericSelectionExpr() 3165 SourceLocation DefaultLoc, in RebuildGenericSelectionExpr()
|
| H A D | SemaOpenMP.cpp | 7771 SourceLocation DefaultLoc; member in __anon1dd12e443f11::OpenMPIterationSpaceChecker 7821 SourceLocation DefaultLoc, in OpenMPIterationSpaceChecker() 8457 calculateNumIters(Sema &SemaRef, Scope *S, SourceLocation DefaultLoc, in calculateNumIters()
|
| H A D | SemaExpr.cpp | 1723 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, in ActOnGenericSelectionExpr() 1755 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, in CreateGenericSelectionExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 6156 SourceLocation DefaultLoc, RParenLoc; variable
|