Searched refs:GenericLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 159 SourceLocation GenericLoc; member in __anonb6b836840111::PseudoOpBuilder 164 GenericLoc(genericLoc) {} in PseudoOpBuilder() 281 new (S.Context) OpaqueValueExpr(GenericLoc, e->getType(), in capture() 411 GenericLoc); in buildIncDecOperation() 606 GenericLoc, Getter->getSelector(), in buildGet() 610 GenericLoc, in buildGet() 665 GenericLoc, SetterSelector, Setter, in buildSet() 669 GenericLoc, in buildSet() 1248 GenericLoc, in buildGet() 1272 GenericLoc, in buildSet()
|
/external/clang/lib/AST/ |
D | Expr.cpp | 3428 SourceLocation GenericLoc, Expr *ControllingExpr, in GenericSelectionExpr() argument 3446 GenericLoc(GenericLoc), DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) { in GenericSelectionExpr() 3454 SourceLocation GenericLoc, Expr *ControllingExpr, in GenericSelectionExpr() argument 3470 NumAssocs(AssocExprs.size()), ResultIndex(-1U), GenericLoc(GenericLoc), in GenericSelectionExpr()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 4102 SourceLocation GenericLoc, DefaultLoc, RParenLoc; variable 4106 SourceLocation GenericLoc, Expr *ControllingExpr, 4115 SourceLocation GenericLoc, Expr *ControllingExpr, 4126 SourceLocation getGenericLoc() const { return GenericLoc; } in getGenericLoc() 4169 return SourceRange(GenericLoc, RParenLoc); in getSourceRange()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 788 E->GenericLoc = ReadSourceLocation(Record, Idx); in VisitGenericSelectionExpr()
|