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

/external/clang/lib/Sema/
H A DDeclSpec.cpp945 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, argument
949 StartLocation = OperatorLoc;
950 EndLocation = OperatorLoc;
H A DTreeTransform.h1362 SourceLocation OperatorLoc,
1384 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, argument
1389 return getSema().BuildBuiltinOffsetOf(OperatorLoc, Type, Components,
2095 SourceLocation OperatorLoc,
2104 OperatorLoc, IsArrow,
2116 SourceLocation OperatorLoc,
2126 OperatorLoc, IsArrow,
2140 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, NamedDecl *Pack, argument
2146 OperatorLoc, Pack, PackLoc,
2150 OperatorLoc, Pac
2092 RebuildCXXDependentScopeMemberExpr(Expr *BaseE, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, NamedDecl *FirstQualifierInScope, const DeclarationNameInfo &MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
2114 RebuildUnresolvedMemberExpr(Expr *BaseE, QualType BaseType, SourceLocation OperatorLoc, bool IsArrow, NestedNameSpecifierLoc QualifierLoc, NamedDecl *FirstQualifierInScope, LookupResult &R, const TemplateArgumentListInfo *TemplateArgs) argument
8517 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.cpp145 Expr *Base, bool isArrow, SourceLocation OperatorLoc,
176 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc),
783 SourceLocation OperatorLoc,
797 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc),
815 SourceLocation OperatorLoc,
827 HasExplicitTemplateArgs(false), OperatorLoc(OperatorLoc),
835 SourceLocation OperatorLoc,
144 CXXPseudoDestructorExpr(ASTContext &Context, Expr *Base, bool isArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType) argument
780 CXXDependentScopeMemberExpr(ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
812 CXXDependentScopeMemberExpr(ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo) argument
833 Create(ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
910 UnresolvedMemberExpr(ASTContext &C, bool HasUnresolvedUsing, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs, UnresolvedSetIterator Begin, UnresolvedSetIterator End) argument
947 Create(ASTContext &C, bool HasUnresolvedUsing, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, const DeclarationNameInfo &MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs, UnresolvedSetIterator Begin, UnresolvedSetIterator End) argument
[all...]
H A DExpr.cpp831 SourceLocation OperatorLoc,
840 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, compsPtr, numComps,
853 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
862 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi),
830 Create(ASTContext &C, QualType type, SourceLocation OperatorLoc, TypeSourceInfo *tsi, OffsetOfNode* compsPtr, unsigned numComps, Expr** exprsPtr, unsigned numExprs, SourceLocation RParenLoc) argument
852 OffsetOfExpr(ASTContext &C, QualType type, SourceLocation OperatorLoc, TypeSourceInfo *tsi, OffsetOfNode* compsPtr, unsigned numComps, Expr** exprsPtr, unsigned numExprs, SourceLocation RParenLoc) argument
/external/clang/include/clang/AST/
H A DExprCXX.h1389 SourceLocation OperatorLoc; member in class:clang::CXXPseudoDestructorExpr
1413 Expr *Base, bool isArrow, SourceLocation OperatorLoc,
1447 SourceLocation getOperatorLoc() const { return OperatorLoc; }
2374 SourceLocation OperatorLoc;
2395 SourceLocation OperatorLoc,
2405 SourceLocation OperatorLoc,
2413 SourceLocation OperatorLoc,
2442 SourceLocation getOperatorLoc() const { return OperatorLoc; }
2609 SourceLocation OperatorLoc; member in class:clang::UnresolvedMemberExpr
2613 SourceLocation OperatorLoc,
2896 SourceLocation OperatorLoc; member in class:clang::SizeOfPackExpr
2920 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, SourceLocation PackLoc, SourceLocation RParenLoc) argument
2931 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, SourceLocation PackLoc, SourceLocation RParenLoc, unsigned Length) argument
[all...]
H A DExpr.h1609 SourceLocation OperatorLoc, RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr
1618 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1630 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1639 SourceLocation getOperatorLoc() const { return OperatorLoc; }
1640 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; }
1687 return SourceRange(OperatorLoc, RParenLoc);
/external/clang/include/clang/Sema/
H A DDeclSpec.h875 /// \param OperatorLoc the location of the 'operator' keyword.
881 void setOperatorFunctionId(SourceLocation OperatorLoc,
888 /// \param OperatorLoc the location of the 'operator' keyword.
893 void setConversionFunctionId(SourceLocation OperatorLoc, argument
897 StartLocation = OperatorLoc;

Completed in 137 milliseconds