Searched refs:GenericLoc (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 188 SourceLocation GenericLoc; member in __anon99ff7d920111::PseudoOpBuilder 194 GenericLoc(genericLoc), IsUnique(IsUnique) {} in PseudoOpBuilder() 367 new (S.Context) OpaqueValueExpr(GenericLoc, e->getType(), in capture() 514 GenericLoc); in buildIncDecOperation() 737 S.DiagnoseUseOfDecl(Getter, GenericLoc, nullptr, true); in buildGet() 800 S.DiagnoseUseOfDecl(Setter, GenericLoc, nullptr, true); in buildSet() 808 GenericLoc, in buildSet() 1394 S.DiagnoseUseOfDecl(AtIndexGetter, GenericLoc); in buildGet() 1396 GenericLoc, in buildGet() 1412 S.DiagnoseUseOfDecl(AtIndexSetter, GenericLoc); in buildSet() [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 4304 const ASTContext &, SourceLocation GenericLoc, Expr *ControllingExpr, in GenericSelectionExpr() argument 4318 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr() 4331 const ASTContext &, SourceLocation GenericLoc, in GenericSelectionExpr() argument 4346 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr() 4371 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr() 4384 const ASTContext &Context, SourceLocation GenericLoc, in GenericSelectionExpr() argument 4396 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr() 4421 Context, GenericLoc, ControllingExpr, AssocTypes, AssocExprs, DefaultLoc, in Create() 4435 Context, GenericLoc, ControllingExpr, AssocTypes, AssocExprs, DefaultLoc, in Create() 4440 const ASTContext &Context, SourceLocation GenericLoc, in Create() argument [all …]
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 5849 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, 5859 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, 5868 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, 5878 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, 5892 Create(const ASTContext &Context, SourceLocation GenericLoc, 5901 Create(const ASTContext &Context, SourceLocation GenericLoc, 5909 Create(const ASTContext &Context, SourceLocation GenericLoc, 5918 Create(const ASTContext &Context, SourceLocation GenericLoc, 6050 return GenericSelectionExprBits.GenericLoc; in getGenericLoc()
|
| H A D | Stmt.h | 685 SourceLocation GenericLoc; in alignas() local
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1387 E->GenericSelectionExprBits.GenericLoc = readSourceLocation(); in VisitGenericSelectionExpr()
|