Home
last modified time | relevance | path

Searched defs:OperatorLoc (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/AST/
DExprCXX.cpp162 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()
DExpr.cpp1124 SourceLocation OperatorLoc, in Create()
1146 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr()
/external/clang/include/clang/AST/
DExprCXX.h1774 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/
DDeclSpec.cpp964 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
DTreeTransform.h1438 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/
DDeclSpec.h923 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()