Searched defs:OperatorLoc (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 162 Expr *Base, bool isArrow, SourceLocation OperatorLoc, in CXXPseudoDestructorExpr() 1051 SourceLocation OperatorLoc, in CXXDependentScopeMemberExpr() 1087 SourceLocation OperatorLoc, in CXXDependentScopeMemberExpr() 1107 SourceLocation OperatorLoc, in Create() 1189 SourceLocation OperatorLoc, in UnresolvedMemberExpr() 1226 SourceLocation OperatorLoc, in Create()
|
D | Expr.cpp | 1124 SourceLocation OperatorLoc, in Create() 1146 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr()
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 1774 SourceLocation OperatorLoc; variable 2930 SourceLocation OperatorLoc; variable 3188 SourceLocation OperatorLoc; variable 3429 SourceLocation OperatorLoc; variable 3453 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr() 3464 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 964 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
|
D | TreeTransform.h | 1438 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr() 2159 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr() 2181 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr() 2207 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, NamedDecl *Pack, in RebuildSizeOfPackExpr() 9224 SourceLocation OperatorLoc, in RebuildCXXPseudoDestructorExpr()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 923 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()
|