Searched refs:GenericLoc (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 183 SourceLocation GenericLoc; member in __anon11035d8c0111::PseudoOpBuilder 189 GenericLoc(genericLoc), IsUnique(IsUnique) {} in PseudoOpBuilder() 362 new (S.Context) OpaqueValueExpr(GenericLoc, e->getType(), in capture() 509 GenericLoc); in buildIncDecOperation() 732 S.DiagnoseUseOfDecl(Getter, GenericLoc, nullptr, true); in buildGet() 795 S.DiagnoseUseOfDecl(Setter, GenericLoc, nullptr, true); in buildSet() 803 GenericLoc, in buildSet() 1389 S.DiagnoseUseOfDecl(AtIndexGetter, GenericLoc); in buildGet() 1391 GenericLoc, in buildGet() 1407 S.DiagnoseUseOfDecl(AtIndexSetter, GenericLoc); in buildSet() [all …]
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Expr.cpp | 4217 const ASTContext &, SourceLocation GenericLoc, Expr *ControllingExpr, in GenericSelectionExpr() argument 4231 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr() 4242 const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, in GenericSelectionExpr() argument 4254 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr() 4268 const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, in Create() argument 4277 Context, GenericLoc, ControllingExpr, AssocTypes, AssocExprs, DefaultLoc, in Create() 4282 const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, in Create() argument 4291 Context, GenericLoc, ControllingExpr, AssocTypes, AssocExprs, DefaultLoc, in Create()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | Expr.h | 5746 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, 5755 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, 5768 Create(const ASTContext &Context, SourceLocation GenericLoc, 5776 Create(const ASTContext &Context, SourceLocation GenericLoc, 5876 return GenericSelectionExprBits.GenericLoc; in getGenericLoc()
|
| H A D | Stmt.h | 577 SourceLocation GenericLoc; in alignas() local
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1352 E->GenericSelectionExprBits.GenericLoc = readSourceLocation(); in VisitGenericSelectionExpr()
|