Searched defs:CallOperator (Results 1 – 6 of 6) sorted by relevance
40 unsigned getManglingNumber(const CXXMethodDecl *CallOperator) override { in getManglingNumber()75 unsigned getDeviceManglingNumber(const CXXMethodDecl *CallOperator) override { in getDeviceManglingNumber()102 unsigned getDeviceManglingNumber(const CXXMethodDecl *CallOperator) override { in getDeviceManglingNumber()
143 unsigned getManglingNumber(const CXXMethodDecl *CallOperator) override { in getManglingNumber()197 unsigned getManglingNumber(const CXXMethodDecl *CallOperator) override { in getManglingNumber()208 unsigned getDeviceManglingNumber(const CXXMethodDecl *CallOperator) override { in getDeviceManglingNumber()
467 CXXMethodDecl *CallOperator, in buildLambdaScopeReturnType()480 void Sema::buildLambdaScope(LambdaScopeInfo *LSI, CXXMethodDecl *CallOperator, in buildLambdaScope()956 CXXMethodDecl *CallOperator, CXXRecordDecl *Class, in AddTemplateParametersToLambdaCallOperator()1600 CXXMethodDecl *CallOperator, in addFunctionPointerConversion()1775 CXXMethodDecl *CallOperator) { in addFunctionPointerConversions()1792 CXXMethodDecl *CallOperator) { in addBlockPointerConversion()2018 CXXMethodDecl *CallOperator; in BuildLambdaExpr() local2234 CXXMethodDecl *CallOperator in BuildBlockForLambdaConversion() local
3570 if (const auto *CallOperator = in createCodeCompletionStringForDecl() local
15588 LambdaScopeInfo *Sema::RebuildLambdaScopeInfo(CXXMethodDecl *CallOperator) { in RebuildLambdaScopeInfo()
851 CXXMethodDecl *CallOperator = nullptr; variable