Home
last modified time | relevance | path

Searched refs:hasAnyOperatorName (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp284 REGISTER_MATCHER(hasAnyOperatorName); in RegistryMaps()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1013 hasAnyOperatorName = {}; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp254 hasAnyOperatorName("="), in isInUnspecifiedLvalueContext()
285 binaryOperator(hasAnyOperatorName("!=", "==", "<", "<=", ">", ">="), in isInUnspecifiedPointerContext()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5898 hasAnyOperatorName;