Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaPseudoObject.cpp159 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/
DExpr.cpp3428 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/
DExpr.h4102 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/
DASTReaderStmt.cpp788 E->GenericLoc = ReadSourceLocation(Record, Idx); in VisitGenericSelectionExpr()