Searched refs:GenericLoc (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaPseudoObject.cpp | 183 SourceLocation GenericLoc; member in __anon20ccb6b30111::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() 739 GenericLoc, Getter->getSelector(), in buildGet() 743 GenericLoc, Getter->getSelector(), Getter, in buildGet() 795 S.DiagnoseUseOfDecl(Setter, GenericLoc, nullptr, true); in buildSet() 799 GenericLoc, SetterSelector, Setter, in buildSet() 803 GenericLoc, in buildSet() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | Expr.cpp | 4305 const ASTContext &, SourceLocation GenericLoc, Expr *ControllingExpr, in GenericSelectionExpr() argument 4319 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr() 4330 const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, in GenericSelectionExpr() argument 4342 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr() 4356 const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, in Create() argument 4365 Context, GenericLoc, ControllingExpr, AssocTypes, AssocExprs, DefaultLoc, in Create() 4370 const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, in Create() argument 4379 Context, GenericLoc, ControllingExpr, AssocTypes, AssocExprs, DefaultLoc, in Create()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Expr.h | 5749 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, 5758 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, 5771 Create(const ASTContext &Context, SourceLocation GenericLoc, 5779 Create(const ASTContext &Context, SourceLocation GenericLoc, 5879 return GenericSelectionExprBits.GenericLoc; in getGenericLoc()
|
| H A D | Stmt.h | 582 SourceLocation GenericLoc; variable
|
| /openbsd-src/gnu/llvm/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1358 E->GenericSelectionExprBits.GenericLoc = readSourceLocation(); in VisitGenericSelectionExpr()
|