Searched defs:OperatorLoc (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/Sema/
H A DDeclSpec.cpp1176 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, argument
1180 StartLocation = OperatorLoc;
1181 EndLocation = OperatorLoc;
H A DTreeTransform.h1699 SourceLocation OperatorLoc,
1721 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, argument
1726 return getSema().BuildBuiltinOffsetOf(OperatorLoc, Type, Components,
2429 SourceLocation OperatorLoc,
2439 OperatorLoc, IsArrow,
2451 SourceLocation OperatorLoc,
2462 OperatorLoc, IsArrow,
2477 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, NamedDecl *Pack, argument
2483 OperatorLoc, Pack, PackLoc,
2487 OperatorLoc, Pac
2426 RebuildCXXDependentScopeMemberExpr(Expr *BaseE, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, const DeclarationNameInfo &MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
2450 RebuildUnresolvedMemberExpr(Expr *BaseE, QualType BaseType, SourceLocation OperatorLoc, bool IsArrow, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, LookupResult &R, const TemplateArgumentListInfo *TemplateArgs) argument
10155 RebuildCXXPseudoDestructorExpr(Expr *Base, SourceLocation OperatorLoc, bool isArrow, CXXScopeSpec &SS, TypeSourceInfo *ScopeType, SourceLocation CCLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage Destroyed) argument
[all...]
/external/clang/lib/AST/
H A DExprCXX.cpp238 Expr *Base, bool isArrow, SourceLocation OperatorLoc,
271 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc),
1187 SourceLocation OperatorLoc,
1203 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc),
1224 SourceLocation OperatorLoc,
1237 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc),
1244 SourceLocation OperatorLoc,
237 CXXPseudoDestructorExpr(const ASTContext &Context, Expr *Base, bool isArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType) argument
1184 CXXDependentScopeMemberExpr(const ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
1221 CXXDependentScopeMemberExpr(const ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo) argument
1242 Create(const ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
1317 UnresolvedMemberExpr(const ASTContext &C, bool HasUnresolvedUsing, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs, UnresolvedSetIterator Begin, UnresolvedSetIterator End) argument
1355 Create(const ASTContext &C, bool HasUnresolvedUsing, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, const DeclarationNameInfo &MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs, UnresolvedSetIterator Begin, UnresolvedSetIterator End) argument
[all...]
H A DExpr.cpp1270 SourceLocation OperatorLoc,
1279 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, comps, exprs,
1292 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1300 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi),
1269 Create(const ASTContext &C, QualType type, SourceLocation OperatorLoc, TypeSourceInfo *tsi, ArrayRef<OffsetOfNode> comps, ArrayRef<Expr*> exprs, SourceLocation RParenLoc) argument
1291 OffsetOfExpr(const ASTContext &C, QualType type, SourceLocation OperatorLoc, TypeSourceInfo *tsi, ArrayRef<OffsetOfNode> comps, ArrayRef<Expr*> exprs, SourceLocation RParenLoc) argument
/external/clang/include/clang/AST/
H A DExpr.h1869 SourceLocation OperatorLoc, RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr
1878 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1889 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1897 SourceLocation getOperatorLoc() const { return OperatorLoc; }
1898 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; }
1944 SourceLocation getLocStart() const LLVM_READONLY { return OperatorLoc; }
/external/clang/include/clang/Sema/
H A DDeclSpec.h942 /// \param OperatorLoc the location of the 'operator' keyword.
948 void setOperatorFunctionId(SourceLocation OperatorLoc,
955 /// \param OperatorLoc the location of the 'operator' keyword.
960 void setConversionFunctionId(SourceLocation OperatorLoc, argument
964 StartLocation = OperatorLoc;

Completed in 167 milliseconds