Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4416 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 DParseStmt.cpp908 SourceLocation DefaultLoc = ConsumeToken(); // eat the 'default'. in ParseDefaultStatement() local
H A DParseExpr.cpp3041 SourceLocation DefaultLoc; in ParseGenericSelectionExpression() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2858 SourceLocation DefaultLoc; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp578 Sema::ActOnDefaultStmt(SourceLocation DefaultLoc, SourceLocation ColonLoc, in ActOnDefaultStmt()
H A DSemaDeclCXX.cpp6773 SourceLocation DefaultLoc) { in DefineDefaultedFunction()
7721 SourceLocation DefaultLoc) { in CheckExplicitlyDefaultedSpecialMember()
18510 void Sema::SetDeclDefaulted(Decl *Dcl, SourceLocation DefaultLoc) { in SetDeclDefaulted()
H A DTreeTransform.h1377 StmtResult RebuildDefaultStmt(SourceLocation DefaultLoc, in RebuildDefaultStmt()
3150 SourceLocation DefaultLoc, in RebuildGenericSelectionExpr()
3165 SourceLocation DefaultLoc, in RebuildGenericSelectionExpr()
H A DSemaOpenMP.cpp7771 SourceLocation DefaultLoc; member in __anon1dd12e443f11::OpenMPIterationSpaceChecker
7821 SourceLocation DefaultLoc, in OpenMPIterationSpaceChecker()
8457 calculateNumIters(Sema &SemaRef, Scope *S, SourceLocation DefaultLoc, in calculateNumIters()
H A DSemaExpr.cpp1723 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 DExpr.h6156 SourceLocation DefaultLoc, RParenLoc; variable