Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprCXX.cpp153 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()
DExpr.cpp994 SourceLocation OperatorLoc, in Create()
1016 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr()
/external/clang/include/clang/AST/
DExprCXX.h1743 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/
DDeclSpec.cpp950 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
DTreeTransform.h1443 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/
DDeclSpec.h904 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()