Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DOperatorKinds.def18 /// with either the OVERLOADED_OPERATOR or OVERLOADED_OPERATOR_MULTI
20 /// file. OVERLOADED_OPERATOR is used for single-token operators
47 /// has all of the parameters of OVERLOADED_OPERATOR except Token,
50 #ifndef OVERLOADED_OPERATOR
51 # define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly)
56 OVERLOADED_OPERATOR(Name,Spelling,unknown,Unary,Binary,MemberOnly)
63 OVERLOADED_OPERATOR(Plus , "+" , plus , true , true , false)
64 OVERLOADED_OPERATOR(Minus , "-" , minus , true , true , false)
65 OVERLOADED_OPERATOR(Star , "*" , star , true , true , false)
66 OVERLOADED_OPERATOR(Slash , "/" , slash , false, true , false)
[all …]
H A DOperatorKinds.h24 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ macro
H A DIdentifierTable.h779 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ macro
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDeclarationName.cpp171 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in operator <<() macro
H A DStmtPrinter.cpp1496 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in VisitCXXOperatorCallExpr() macro
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DIdentifierTable.cpp625 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in getOperatorSpelling() macro
/minix3/external/bsd/llvm/dist/clang/lib/Parse/
H A DParseTentative.cpp678 #define OVERLOADED_OPERATOR(Name, Spelling, Token, Unary, Binary, MemOnly) \ in TryParseOperatorId() macro
H A DParseExprCXX.cpp2172 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in ParseUnqualifiedIdOperator() macro
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp2457 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in AddTypedNameChunk() macro
4187 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in CodeCompleteOperatorName() macro
H A DTreeTransform.h8078 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in TransformCXXOperatorCallExpr() macro
H A DSemaDeclCXX.cpp11511 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \ in CheckOverloadedOperatorDeclaration() macro