Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DPosixReturnCheck.cpp65 SourceLocation OperatorLoc = LessThanZeroOp->getOperatorLoc(); in check() local
/external/clang/lib/AST/
DExprCXX.cpp163 Expr *Base, bool isArrow, SourceLocation OperatorLoc, in CXXPseudoDestructorExpr()
1110 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXDependentScopeMemberExpr()
1145 SourceLocation OperatorLoc, in Create()
1213 SourceLocation OperatorLoc, in UnresolvedMemberExpr()
1248 bool IsArrow, SourceLocation OperatorLoc, in Create()
1310 SizeOfPackExpr::Create(ASTContext &Context, SourceLocation OperatorLoc, in Create()
DExpr.cpp1311 SourceLocation OperatorLoc, in Create()
1331 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr()
1403 const ASTContext &C, Expr *base, bool isarrow, SourceLocation OperatorLoc, in Create()
/external/llvm-project/clang/lib/AST/
DExprCXX.cpp321 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXPseudoDestructorExpr()
539 SourceLocation OperatorLoc, in CXXOperatorCallExpr()
560 ExprValueKind VK, SourceLocation OperatorLoc, in Create()
1363 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in CXXDependentScopeMemberExpr()
1405 SourceLocation OperatorLoc, NestedNameSpecifierLoc QualifierLoc, in Create()
1457 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in UnresolvedMemberExpr()
1497 QualType BaseType, bool IsArrow, SourceLocation OperatorLoc, in Create()
1554 SizeOfPackExpr::Create(ASTContext &Context, SourceLocation OperatorLoc, in Create()
DExpr.cpp1434 SourceLocation OperatorLoc, in Create()
1454 SourceLocation OperatorLoc, TypeSourceInfo *tsi, in OffsetOfExpr()
1490 MemberExpr::MemberExpr(Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in MemberExpr()
1509 const ASTContext &C, Expr *Base, bool IsArrow, SourceLocation OperatorLoc, in Create()
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DMakeSmartPtrCheck.cpp217 SourceLocation OperatorLoc = Expr->getOperatorLoc(); in checkReset() local
/external/clang/include/clang/AST/
DExprCXX.h2138 SourceLocation OperatorLoc; variable
3150 SourceLocation OperatorLoc; variable
3388 SourceLocation OperatorLoc; variable
3657 SourceLocation OperatorLoc; variable
3686 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()
DExpr.h1877 SourceLocation OperatorLoc, RParenLoc; variable
2336 SourceLocation OperatorLoc; variable
/external/clang/lib/Sema/
DDeclSpec.cpp1238 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
DTreeTransform.h2031 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr()
2763 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr()
2785 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr()
2811 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, in RebuildSizeOfPackExpr()
11862 SourceLocation OperatorLoc, in RebuildCXXPseudoDestructorExpr()
/external/llvm-project/clang/include/clang/AST/
DExprCXX.h2518 SourceLocation OperatorLoc; variable
3819 SourceLocation OperatorLoc; variable
4125 SourceLocation OperatorLoc; variable
4150 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()
DStmt.h512 SourceLocation OperatorLoc; variable
856 SourceLocation OperatorLoc; variable
DExpr.h2377 SourceLocation OperatorLoc, RParenLoc; variable
/external/llvm-project/clang/lib/Sema/
DDeclSpec.cpp1440 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
DTreeTransform.h2385 ExprResult RebuildOffsetOfExpr(SourceLocation OperatorLoc, in RebuildOffsetOfExpr()
3180 SourceLocation OperatorLoc, in RebuildCXXDependentScopeMemberExpr()
3202 SourceLocation OperatorLoc, in RebuildUnresolvedMemberExpr()
3228 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, in RebuildSizeOfPackExpr()
14362 SourceLocation OperatorLoc, in RebuildCXXPseudoDestructorExpr()
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp1258 SourceLocation OperatorLoc = NegateOperator->getOperatorLoc(); in check() local
/external/clang/include/clang/Sema/
DDeclSpec.h1015 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp3044 SourceLocation OperatorLoc = ReadSourceLocation(F, Record, Idx); in ReadStmtFromStream() local
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h1066 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()