Searched defs:OperatorLoc (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 179 Expr *Base, bool isArrow, SourceLocation OperatorLoc, in CXXPseudoDestructorExpr() 1106 SourceLocation OperatorLoc, in CXXDependentScopeMemberExpr() 1142 SourceLocation OperatorLoc, in CXXDependentScopeMemberExpr() 1162 SourceLocation OperatorLoc, in Create() 1244 SourceLocation OperatorLoc, in UnresolvedMemberExpr() 1281 SourceLocation OperatorLoc, in Create()
|
D | Expr.cpp | 1231 SourceLocation OperatorLoc, in Create() 1253 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr()
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 1991 SourceLocation OperatorLoc; variable 3132 SourceLocation OperatorLoc; variable 3392 SourceLocation OperatorLoc; variable 3639 SourceLocation OperatorLoc; variable 3663 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr() 3674 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 1084 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
|
D | TreeTransform.h | 1527 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr() 2261 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr() 2283 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr() 2309 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, NamedDecl *Pack, in RebuildSizeOfPackExpr() 9596 SourceLocation OperatorLoc, in RebuildCXXPseudoDestructorExpr()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 944 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()
|