Home
last modified time | relevance | path

Searched refs:OVERLOADED_OPERATOR_MULTI (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOperatorKinds.def17 /// with either the OVERLOADED_OPERATOR or OVERLOADED_OPERATOR_MULTI
44 /// OVERLOADED_OPERATOR_MULTI is used to enumerate the multi-token
53 #ifndef OVERLOADED_OPERATOR_MULTI
54 # define OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly) \
58 OVERLOADED_OPERATOR_MULTI(New , "new" , true , true , false)
59 OVERLOADED_OPERATOR_MULTI(Delete , "delete" , true , true , false)
60 OVERLOADED_OPERATOR_MULTI(Array_New , "new[]" , true , true , false)
61 OVERLOADED_OPERATOR_MULTI(Array_Delete , "delete[]" , true , true , false)
99 OVERLOADED_OPERATOR_MULTI(Call , "()" , true , true , true)
100 OVERLOADED_OPERATOR_MULTI(Subscript , "[]" , false, true , true)
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseTentative.cpp888 #define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemOnly) in TryParseOperatorId() macro
H A DParseExprCXX.cpp2556 #define OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly) in ParseUnqualifiedIdOperator() macro
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp3213 #define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemberOnly) in AddTypedNameChunk() macro
H A DTreeTransform.h11347 #define OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly) in TransformCXXOperatorCallExpr() macro