Searched defs:DefaultLoc (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp2987 SourceLocation DefaultLoc; local
H A DParseStmt.cpp822 SourceLocation DefaultLoc = ConsumeToken(); // eat the 'default'. local
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4189 GenericSelectionExpr( const ASTContext &, SourceLocation GenericLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo *> AssocTypes, ArrayRef<Expr *> AssocExprs, SourceLocation DefaultLoc, SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack, unsigned ResultIndex) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp504 Sema::ActOnDefaultStmt(SourceLocation DefaultLoc, SourceLocation ColonLoc, argument
H A DTreeTransform.h1265 StmtResult RebuildDefaultStmt(SourceLocation DefaultLoc, argument
2559 RebuildGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo *> Types, ArrayRef<Expr *> Exprs) argument
H A DSemaExpr.cpp1515 ActOnGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, ArrayRef<ParsedType> ArgTypes, ArrayRef<Expr *> ArgExprs) argument
1541 CreateGenericSelectionExpr(SourceLocation KeyLoc, SourceLocation DefaultLoc, SourceLocation RParenLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo *> Types, ArrayRef<Expr *> Exprs) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5260 SourceLocation DefaultLoc, RParenLoc; variable

Completed in 603 milliseconds