Searched defs:DefaultLoc (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 4388 SourceLocation DefaultLoc, SourceLocation RParenLoc, in GenericSelectionExpr() 4415 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, in GenericSelectionExpr() 4443 SourceLocation DefaultLoc, SourceLocation RParenLoc, in GenericSelectionExpr() 4468 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, in GenericSelectionExpr() 4496 SourceLocation DefaultLoc, SourceLocation RParenLoc, in Create() 4510 SourceLocation DefaultLoc, SourceLocation RParenLoc, in Create() 4524 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, in Create() 4539 ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, in Create()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 969 SourceLocation DefaultLoc = ConsumeToken(); // eat the 'default'. in ParseDefaultStatement() local
|
H A D | ParseExpr.cpp | 3494 SourceLocation DefaultLoc; in ParseGenericSelectionExpression() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | DeclSpec.h | 2855 SourceLocation DefaultLoc; member
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaStmt.cpp | 552 Sema::ActOnDefaultStmt(SourceLocation DefaultLoc, SourceLocation ColonLoc, in ActOnDefaultStmt()
|
H A D | SemaDeclCXX.cpp | 6665 SourceLocation DefaultLoc) { in DefineDefaultedFunction() argument 7557 SourceLocation DefaultLoc) { in CheckExplicitlyDefaultedSpecialMember() argument 17973 SetDeclDefaulted(Decl * Dcl,SourceLocation DefaultLoc) SetDeclDefaulted() argument [all...] |
H A D | TreeTransform.h | 1383 StmtResult RebuildDefaultStmt(SourceLocation DefaultLoc, in RebuildDefaultStmt() 3107 SourceLocation DefaultLoc, in RebuildGenericSelectionExpr() 3122 SourceLocation DefaultLoc, in RebuildGenericSelectionExpr()
|
H A D | SemaOpenMP.cpp | 7772 SourceLocation DefaultLoc; member in __anon1dd12e443c11::OpenMPIterationSpaceChecker 7819 DSAStackTy &Stack, SourceLocation DefaultLoc) in OpenMPIterationSpaceChecker() 8421 calculateNumIters(Sema &SemaRef, Scope *S, SourceLocation DefaultLoc, in calculateNumIters()
|
H A D | SemaExpr.cpp | 1622 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, in ActOnGenericSelectionExpr() 1654 SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, in CreateGenericSelectionExpr()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 5957 SourceLocation DefaultLoc, RParenLoc; variable
|