Home
last modified time | relevance | path

Searched refs:OperatorKind (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DParsedTemplate.h201 IdentifierInfo *Name, OverloadedOperatorKind OperatorKind, in Create()
209 OperatorKind, OpaqueTemplateName, TemplateKind, in Create()
241 OverloadedOperatorKind OperatorKind, in TemplateIdAnnotation()
248 Name(Name), Operator(OperatorKind), Template(OpaqueTemplateName), in TemplateIdAnnotation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNSErrorChecker.cpp103 auto OperatorKind = D->getOverloadedOperator(); in hasReservedReturnType() local
104 return OperatorKind == OO_Delete || OperatorKind == OO_Array_Delete; in hasReservedReturnType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp544 CXXOperatorCallExprBits.OperatorKind = OpKind;
546 (CXXOperatorCallExprBits.OperatorKind == static_cast<unsigned>(OpKind)) &&
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h622 unsigned OperatorKind : 6; variable
H A DExprCXX.h114 CXXOperatorCallExprBits.OperatorKind); in getOperator()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1679 E->CXXOperatorCallExprBits.OperatorKind = Record.readInt(); in VisitCXXOperatorCallExpr()