Searched refs:GenericLoc (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaPseudoObject.cpp | 183 SourceLocation GenericLoc; member in __anon178e46e70111::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(), in buildGet() 795 S.DiagnoseUseOfDecl(Setter, GenericLoc, nullptr, true); in buildSet() 799 GenericLoc, SetterSelector, Setter, in buildSet() 803 GenericLoc, in buildSet() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | Expr.cpp | 4120 const ASTContext &, SourceLocation GenericLoc, Expr *ControllingExpr, in GenericSelectionExpr() argument 4134 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr() 4145 const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, in GenericSelectionExpr() argument 4157 GenericSelectionExprBits.GenericLoc = GenericLoc; in GenericSelectionExpr() 4171 const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, in Create() argument 4180 Context, GenericLoc, ControllingExpr, AssocTypes, AssocExprs, DefaultLoc, in Create() 4185 const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, in Create() argument 4194 Context, GenericLoc, ControllingExpr, AssocTypes, AssocExprs, DefaultLoc, in Create()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | Expr.h | 5667 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, 5676 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, 5689 Create(const ASTContext &Context, SourceLocation GenericLoc, 5697 Create(const ASTContext &Context, SourceLocation GenericLoc, 5797 return GenericSelectionExprBits.GenericLoc; in getGenericLoc()
|
H A D | Stmt.h | 574 SourceLocation GenericLoc; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderStmt.cpp | 1357 E->GenericSelectionExprBits.GenericLoc = readSourceLocation(); in VisitGenericSelectionExpr()
|