Home
last modified time | relevance | path

Searched refs:OVERLOADED_OPERATOR (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DOperatorKinds.def17 /// with either the OVERLOADED_OPERATOR or OVERLOADED_OPERATOR_MULTI
19 /// file. OVERLOADED_OPERATOR is used for single-token operators
46 /// has all of the parameters of OVERLOADED_OPERATOR except Token,
49 #ifndef OVERLOADED_OPERATOR
50 # define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly)
55 OVERLOADED_OPERATOR(Name,Spelling,unknown,Unary,Binary,MemberOnly)
62 OVERLOADED_OPERATOR(Plus , "+" , plus , true , true , false)
63 OVERLOADED_OPERATOR(Minus , "-" , minus , true , true , false)
64 OVERLOADED_OPERATOR(Star , "*" , star , true , true , false)
65 OVERLOADED_OPERATOR(Slash , "/" , slash , false, true , false)
[all …]
DOperatorKinds.h23 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ macro
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DCheckerHelpers.cpp163 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) \ in operationKindFromOverloadedOperator() macro
/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/CPlusPlus/
DCPlusPlusNameParser.cpp453 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) \ in ConsumeOperator() macro
459 #undef OVERLOADED_OPERATOR in ConsumeOperator()
/openbsd/src/gnu/llvm/clang/lib/Basic/
DIdentifierTable.cpp824 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in getOperatorSpelling() macro
/openbsd/src/gnu/llvm/clang/lib/Parse/
DParseTentative.cpp931 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemOnly) \ in TryParseOperatorId() macro
DParseExprCXX.cpp2646 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in ParseUnqualifiedIdOperator() macro
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaCodeComplete.cpp3251 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) \ in AddTypedNameChunk() macro
6773 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) \ in CodeCompleteOperatorName() macro
DTreeTransform.h11867 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) \ in TransformCXXOperatorCallExpr() macro
DSemaDeclCXX.cpp16031 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in CheckOverloadedOperatorDeclaration() macro
/openbsd/src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp1761 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemberOnly) \ in CheckOverloadedOperatorKindParameterCount() macro