Home
last modified time | relevance | path

Searched defs:OperatorKind (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h81 explicit OperatorKind(BinaryOperatorKind Bin) : Op{Bin}, IsBinary{true} {} in OperatorKind() function
82 explicit OperatorKind(UnaryOperatorKind Un) : IsBinary{false} { Op.Un = Un; } in OperatorKind() function
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DImplicitBoolConversionCheck.cpp66 bool areParensNeededForOverloadedOperator(OverloadedOperatorKind OperatorKind) { in areParensNeededForOverloadedOperator()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DNSErrorChecker.cpp103 auto OperatorKind = D->getOverloadedOperator(); in hasReservedReturnType() local
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h625 unsigned OperatorKind : 6; in alignas() local