Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOperatorKinds.def75 OVERLOADED_OPERATOR(PlusEqual , "+=" , plusequal , false, true , false)
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h149 PlusEqual, // ?Y operator+= enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp289 OUTPUT_ENUM_CLASS_VALUE(IntrinsicFunctionKind, PlusEqual, "operator+="); in output()
H A DMicrosoftDemangle.cpp572 IFK::PlusEqual, // ?Y operator+= in translateIntrinsicFunctionCode()