Searched refs:GenericLoc (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 190 SourceLocation GenericLoc; member in __anonb581425c0111::PseudoOpBuilder 196 GenericLoc(genericLoc), IsUnique(IsUnique) {} in PseudoOpBuilder() 369 new (S.Context) OpaqueValueExpr(GenericLoc, e->getType(), in capture() 516 GenericLoc); in buildIncDecOperation() 741 S.DiagnoseUseOfDecl(Getter, GenericLoc, nullptr, true); in buildGet() 748 InstanceReceiver, receiverType, GenericLoc, Getter->getSelector(), in buildGet() 752 receiverType, RefExpr->isSuperReceiver(), GenericLoc, in buildGet() 804 S.DiagnoseUseOfDecl(Setter, GenericLoc, nullptr, true); in buildSet() 808 GenericLoc, SetterSelector, in buildSet() 812 receiverType, RefExpr->isSuperReceiver(), GenericLoc, SetterSelector, in buildSet() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Expr.cpp | 4386 const ASTContext &, SourceLocation GenericLoc, Expr *ControllingExpr, in GenericSelectionExpr() argument 4400 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr() 4413 const ASTContext &, SourceLocation GenericLoc, in GenericSelectionExpr() argument 4428 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr() 4441 const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, in GenericSelectionExpr() argument 4453 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr() 4466 const ASTContext &Context, SourceLocation GenericLoc, in GenericSelectionExpr() argument 4478 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr() 4494 const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, in Create() argument 4503 Context, GenericLoc, ControllingExpr, AssocTypes, AssocExprs, DefaultLoc, in Create() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Expr.h | 6060 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, 6070 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, 6079 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, 6089 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, 6103 Create(const ASTContext &Context, SourceLocation GenericLoc, 6112 Create(const ASTContext &Context, SourceLocation GenericLoc, 6120 Create(const ASTContext &Context, SourceLocation GenericLoc, 6129 Create(const ASTContext &Context, SourceLocation GenericLoc, 6261 return GenericSelectionExprBits.GenericLoc; in getGenericLoc()
|
H A D | Stmt.h | 687 SourceLocation GenericLoc;
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1394 E->GenericSelectionExprBits.GenericLoc = readSourceLocation(); in VisitGenericSelectionExpr()
|