Home
last modified time | relevance | path

Searched refs:GenericLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp190 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 DExpr.cpp4386 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 DExpr.h6060 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 DStmt.h687 SourceLocation GenericLoc;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1394 E->GenericSelectionExprBits.GenericLoc = readSourceLocation(); in VisitGenericSelectionExpr()