Searched refs:OperatorLoc (Results 1 - 10 of 10) sorted by relevance

/external/clang/lib/AST/
H A DExprCXX.cpp162 Expr *Base, bool isArrow, SourceLocation OperatorLoc,
193 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc),
1051 SourceLocation OperatorLoc,
1066 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc),
1087 SourceLocation OperatorLoc,
1100 OperatorLoc(OperatorLoc), QualifierLoc(QualifierLoc),
1107 SourceLocation OperatorLoc,
161 CXXPseudoDestructorExpr(ASTContext &Context, Expr *Base, bool isArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, TypeSourceInfo *ScopeType, SourceLocation ColonColonLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage DestroyedType) argument
1048 CXXDependentScopeMemberExpr(ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
1084 CXXDependentScopeMemberExpr(ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo) argument
1105 Create(ASTContext &C, Expr *Base, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierFoundInScope, DeclarationNameInfo MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
1185 UnresolvedMemberExpr(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
1223 Create(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.cpp1124 SourceLocation OperatorLoc,
1133 return new (Mem) OffsetOfExpr(C, type, OperatorLoc, tsi, comps, exprs,
1146 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1154 OperatorLoc(OperatorLoc), RParenLoc(RParenLoc), TSInfo(tsi),
1123 Create(ASTContext &C, QualType type, SourceLocation OperatorLoc, TypeSourceInfo *tsi, ArrayRef<OffsetOfNode> comps, ArrayRef<Expr*> exprs, SourceLocation RParenLoc) argument
1145 OffsetOfExpr(ASTContext &C, QualType type, SourceLocation OperatorLoc, TypeSourceInfo *tsi, ArrayRef<OffsetOfNode> comps, ArrayRef<Expr*> exprs, SourceLocation RParenLoc) argument
/external/clang/include/clang/AST/
H A DExprCXX.h1774 SourceLocation OperatorLoc;
1798 Expr *Base, bool isArrow, SourceLocation OperatorLoc,
1832 SourceLocation getOperatorLoc() const { return OperatorLoc; }
2930 SourceLocation OperatorLoc;
2962 SourceLocation OperatorLoc,
2973 SourceLocation OperatorLoc,
2981 SourceLocation OperatorLoc,
3011 SourceLocation getOperatorLoc() const { return OperatorLoc; }
3188 SourceLocation OperatorLoc;
3192 SourceLocation OperatorLoc,
[all...]
H A DExpr.h1750 SourceLocation OperatorLoc, RParenLoc; member in class:clang::StringLiteral::OffsetOfExpr
1759 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1770 SourceLocation OperatorLoc, TypeSourceInfo *tsi,
1778 SourceLocation getOperatorLoc() const { return OperatorLoc; }
1779 void setOperatorLoc(SourceLocation L) { OperatorLoc = L; }
1826 return SourceRange(OperatorLoc, RParenLoc);
/external/clang/lib/Sema/
H A DDeclSpec.cpp964 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, argument
968 StartLocation = OperatorLoc;
969 EndLocation = OperatorLoc;
H A DTreeTransform.h1416 SourceLocation OperatorLoc,
1438 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, argument
1443 return getSema().BuildBuiltinOffsetOf(OperatorLoc, Type, Components,
2159 SourceLocation OperatorLoc,
2169 OperatorLoc, IsArrow,
2181 SourceLocation OperatorLoc,
2192 OperatorLoc, IsArrow,
2207 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, NamedDecl *Pack, argument
2213 OperatorLoc, Pack, PackLoc,
2217 OperatorLoc, Pac
2156 RebuildCXXDependentScopeMemberExpr(Expr *BaseE, QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, const DeclarationNameInfo &MemberNameInfo, const TemplateArgumentListInfo *TemplateArgs) argument
2180 RebuildUnresolvedMemberExpr(Expr *BaseE, QualType BaseType, SourceLocation OperatorLoc, bool IsArrow, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, NamedDecl *FirstQualifierInScope, LookupResult &R, const TemplateArgumentListInfo *TemplateArgs) argument
9223 RebuildCXXPseudoDestructorExpr(Expr *Base, SourceLocation OperatorLoc, bool isArrow, CXXScopeSpec &SS, TypeSourceInfo *ScopeType, SourceLocation CCLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage Destroyed) argument
[all...]
/external/clang/include/clang/Sema/
H A DDeclSpec.h905 /// \param OperatorLoc the location of the 'operator' keyword.
911 void setOperatorFunctionId(SourceLocation OperatorLoc,
918 /// \param OperatorLoc the location of the 'operator' keyword.
923 void setConversionFunctionId(SourceLocation OperatorLoc, argument
927 StartLocation = OperatorLoc;
H A DSema.h4444 AccessResult CheckAllocationAccess(SourceLocation OperatorLoc,
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1272 E->OperatorLoc = ReadSourceLocation(Record, Idx);
1307 E->OperatorLoc = ReadSourceLocation(Record, Idx);
1363 E->OperatorLoc = ReadSourceLocation(Record, Idx);
1443 E->OperatorLoc = ReadSourceLocation(Record, Idx);
H A DASTWriterStmt.cpp1458 Writer.AddSourceLocation(E->OperatorLoc, Record);

Completed in 112 milliseconds