Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp183 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 DExpr.cpp4120 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 DExpr.h5667 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 DStmt.h574 SourceLocation GenericLoc; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1357 E->GenericSelectionExprBits.GenericLoc = readSourceLocation(); in VisitGenericSelectionExpr()