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

/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp198 SourceLocation GenericLoc; member in class:__anon18092::PseudoOpBuilder
203 GenericLoc(genericLoc) {}
347 new (S.Context) OpaqueValueExpr(GenericLoc, e->getType(),
478 GenericLoc);
700 S.DiagnoseUseOfDecl(Getter, GenericLoc, nullptr, true);
707 GenericLoc, Getter->getSelector(),
711 GenericLoc, Getter->getSelector(),
776 S.DiagnoseUseOfDecl(Setter, GenericLoc, nullptr, true);
780 GenericLoc, SetterSelector, Setter,
784 GenericLoc,
[all...]
/external/clang/lib/AST/
H A DExpr.cpp3667 SourceLocation GenericLoc, Expr *ControllingExpr,
3685 GenericLoc(GenericLoc), DefaultLoc(DefaultLoc), RParenLoc(RParenLoc) {
3693 SourceLocation GenericLoc, Expr *ControllingExpr,
3709 NumAssocs(AssocExprs.size()), ResultIndex(-1U), GenericLoc(GenericLoc),
3666 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo*> AssocTypes, ArrayRef<Expr*> AssocExprs, SourceLocation DefaultLoc, SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack, unsigned ResultIndex) argument
3692 GenericSelectionExpr(const ASTContext &Context, SourceLocation GenericLoc, Expr *ControllingExpr, ArrayRef<TypeSourceInfo*> AssocTypes, ArrayRef<Expr*> AssocExprs, SourceLocation DefaultLoc, SourceLocation RParenLoc, bool ContainsUnexpandedParameterPack) argument
/external/clang/include/clang/AST/
H A DExpr.h4360 SourceLocation GenericLoc, DefaultLoc, RParenLoc;
4364 SourceLocation GenericLoc, Expr *ControllingExpr,
4373 SourceLocation GenericLoc, Expr *ControllingExpr,
4384 SourceLocation getGenericLoc() const { return GenericLoc; }
4426 SourceLocation getLocStart() const LLVM_READONLY { return GenericLoc; }
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp882 E->GenericLoc = ReadSourceLocation(Record, Idx);

Completed in 128 milliseconds