/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | PosixReturnCheck.cpp | 65 SourceLocation OperatorLoc = LessThanZeroOp->getOperatorLoc(); in check() local
|
/external/clang/lib/AST/ |
D | ExprCXX.cpp | 163 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()
|
D | Expr.cpp | 1311 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/ |
D | ExprCXX.cpp | 321 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()
|
D | Expr.cpp | 1434 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/ |
D | MakeSmartPtrCheck.cpp | 217 SourceLocation OperatorLoc = Expr->getOperatorLoc(); in checkReset() local
|
/external/clang/include/clang/AST/ |
D | ExprCXX.h | 2138 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()
|
D | Expr.h | 1877 SourceLocation OperatorLoc, RParenLoc; variable 2336 SourceLocation OperatorLoc; variable
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 1238 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
|
D | TreeTransform.h | 2031 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/ |
D | ExprCXX.h | 2518 SourceLocation OperatorLoc; variable 3819 SourceLocation OperatorLoc; variable 4125 SourceLocation OperatorLoc; variable 4150 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()
|
D | Stmt.h | 512 SourceLocation OperatorLoc; variable 856 SourceLocation OperatorLoc; variable
|
D | Expr.h | 2377 SourceLocation OperatorLoc, RParenLoc; variable
|
/external/llvm-project/clang-tools-extra/clang-tidy/misc/ |
D | RedundantExpressionCheck.cpp | 1258 SourceLocation OperatorLoc = NegateOperator->getOperatorLoc(); in check() local
|
/external/llvm-project/clang/lib/Sema/ |
D | DeclSpec.cpp | 1440 void UnqualifiedId::setOperatorFunctionId(SourceLocation OperatorLoc, in setOperatorFunctionId()
|
D | TreeTransform.h | 2385 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/clang/include/clang/Sema/ |
D | DeclSpec.h | 1015 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | DeclSpec.h | 1066 void setConversionFunctionId(SourceLocation OperatorLoc, in setConversionFunctionId()
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 3044 SourceLocation OperatorLoc = ReadSourceLocation(F, Record, Idx); in ReadStmtFromStream() local
|