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.cpp188 SourceLocation GenericLoc; member in __anonb581425c0111::PseudoOpBuilder
194 GenericLoc(genericLoc), IsUnique(IsUnique) {} in PseudoOpBuilder()
367 new (S.Context) OpaqueValueExpr(GenericLoc, e->getType(), in capture()
514 GenericLoc); in buildIncDecOperation()
739 S.DiagnoseUseOfDecl(Getter, GenericLoc, nullptr, true); in buildGet()
746 InstanceReceiver, receiverType, GenericLoc, Getter->getSelector(), in buildGet()
750 receiverType, RefExpr->isSuperReceiver(), GenericLoc, in buildGet()
802 S.DiagnoseUseOfDecl(Setter, GenericLoc, nullptr, true); in buildSet()
806 GenericLoc, SetterSelector, in buildSet()
810 receiverType, RefExpr->isSuperReceiver(), GenericLoc, SetterSelector, in buildSet()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4414 const ASTContext &, SourceLocation GenericLoc, Expr *ControllingExpr, in GenericSelectionExpr() argument
4428 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr()
4440 const ASTContext &, SourceLocation GenericLoc, in GenericSelectionExpr() argument
4455 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr()
4467 const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, in GenericSelectionExpr() argument
4479 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr()
4491 const ASTContext &Context, SourceLocation GenericLoc, in GenericSelectionExpr() argument
4503 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr()
4518 const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, in Create() argument
4527 Context, GenericLoc, ControllingExpr, AssocTypes, AssocExprs, DefaultLoc, in Create()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h6259 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc,
6269 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc,
6278 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc,
6288 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc,
6302 Create(const ASTContext &Context, SourceLocation GenericLoc,
6311 Create(const ASTContext &Context, SourceLocation GenericLoc,
6319 Create(const ASTContext &Context, SourceLocation GenericLoc,
6328 Create(const ASTContext &Context, SourceLocation GenericLoc,
6460 return GenericSelectionExprBits.GenericLoc; in getGenericLoc()
H A DStmt.h701 SourceLocation GenericLoc;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1413 E->GenericSelectionExprBits.GenericLoc = readSourceLocation(); in VisitGenericSelectionExpr()