Searched defs:OperatorLoc (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 153 Expr *Base, bool isArrow, SourceLocation OperatorLoc, in CXXPseudoDestructorExpr() 1037 SourceLocation OperatorLoc, in CXXDependentScopeMemberExpr() 1073 SourceLocation OperatorLoc, in CXXDependentScopeMemberExpr() 1093 SourceLocation OperatorLoc, in Create() 1175 SourceLocation OperatorLoc, in UnresolvedMemberExpr() 1212 SourceLocation OperatorLoc, in Create()
|
D | Expr.cpp | 994 SourceLocation OperatorLoc, in Create() 1016 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr()
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 1743 SourceLocation OperatorLoc; variable 2885 SourceLocation OperatorLoc; variable 3143 SourceLocation OperatorLoc; variable 3384 SourceLocation OperatorLoc; variable 3408 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr() 3419 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 950 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
|
D | TreeTransform.h | 1443 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr() 2166 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr() 2188 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr() 2214 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, NamedDecl *Pack, in RebuildSizeOfPackExpr() 9244 SourceLocation OperatorLoc, in RebuildCXXPseudoDestructorExpr()
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 904 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()
|