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.cpp4388 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 DParseStmt.cpp969 SourceLocation DefaultLoc = ConsumeToken(); // eat the 'default'. in ParseDefaultStatement() local
H A DParseExpr.cpp3494 SourceLocation DefaultLoc; in ParseGenericSelectionExpression() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2855 SourceLocation DefaultLoc; member
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp552 Sema::ActOnDefaultStmt(SourceLocation DefaultLoc, SourceLocation ColonLoc, in ActOnDefaultStmt()
H A DSemaDeclCXX.cpp6665 SourceLocation DefaultLoc) { in DefineDefaultedFunction() argument
7557 SourceLocation DefaultLoc) { in CheckExplicitlyDefaultedSpecialMember() argument
17973 SetDeclDefaulted(Decl * Dcl,SourceLocation DefaultLoc) SetDeclDefaulted() argument
[all...]
H A DTreeTransform.h1383 StmtResult RebuildDefaultStmt(SourceLocation DefaultLoc, in RebuildDefaultStmt()
3107 SourceLocation DefaultLoc, in RebuildGenericSelectionExpr()
3122 SourceLocation DefaultLoc, in RebuildGenericSelectionExpr()
H A DSemaOpenMP.cpp7772 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 DSemaExpr.cpp1622 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 DExpr.h5957 SourceLocation DefaultLoc, RParenLoc; variable