Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp183 SourceLocation GenericLoc; member in __anoneba743100111::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 …]
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp4191 const ASTContext &, SourceLocation GenericLoc, Expr *ControllingExpr, in GenericSelectionExpr() argument
4205 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr()
4216 const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, in GenericSelectionExpr() argument
4228 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr()
4242 const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, in Create() argument
4251 Context, GenericLoc, ControllingExpr, AssocTypes, AssocExprs, DefaultLoc, in Create()
4256 const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, in Create() argument
4265 Context, GenericLoc, ControllingExpr, AssocTypes, AssocExprs, DefaultLoc, in Create()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h5734 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc,
5743 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc,
5756 Create(const ASTContext &Context, SourceLocation GenericLoc,
5764 Create(const ASTContext &Context, SourceLocation GenericLoc,
5864 return GenericSelectionExprBits.GenericLoc; in getGenericLoc()
H A DStmt.h574 SourceLocation GenericLoc; in alignas() local
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1367 E->GenericSelectionExprBits.GenericLoc = readSourceLocation(); in VisitGenericSelectionExpr()