/external/llvm-project/clang/include/clang/Basic/ |
D | OperatorKinds.def | 17 /// 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 …]
|
/external/clang/include/clang/Basic/ |
D | OperatorKinds.def | 18 /// with either the OVERLOADED_OPERATOR or OVERLOADED_OPERATOR_MULTI 45 /// OVERLOADED_OPERATOR_MULTI is used to enumerate the multi-token 54 #ifndef OVERLOADED_OPERATOR_MULTI 55 # define OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly) \ 59 OVERLOADED_OPERATOR_MULTI(New , "new" , true , true , false) 60 OVERLOADED_OPERATOR_MULTI(Delete , "delete" , true , true , false) 61 OVERLOADED_OPERATOR_MULTI(Array_New , "new[]" , true , true , false) 62 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 …]
|
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
D | CPlusPlusNameParser.cpp | 380 #define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemberOnly) in ConsumeOperator() macro 383 #undef OVERLOADED_OPERATOR_MULTI in ConsumeOperator()
|
/external/clang/lib/Parse/ |
D | ParseTentative.cpp | 747 #define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemOnly) in TryParseOperatorId() macro
|
D | ParseExprCXX.cpp | 2274 #define OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly) in ParseUnqualifiedIdOperator() macro
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseTentative.cpp | 888 #define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemOnly) in TryParseOperatorId() macro
|
D | ParseExprCXX.cpp | 2571 #define OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly) in ParseUnqualifiedIdOperator() macro
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 2524 #define OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly) in AddTypedNameChunk() macro
|
D | TreeTransform.h | 9097 #define OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly) in TransformCXXOperatorCallExpr() macro
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 3161 #define OVERLOADED_OPERATOR_MULTI(Name, Spelling, Unary, Binary, MemberOnly) in AddTypedNameChunk() macro
|
D | TreeTransform.h | 11109 #define OVERLOADED_OPERATOR_MULTI(Name,Spelling,Unary,Binary,MemberOnly) in TransformCXXOperatorCallExpr() macro
|