Home
last modified time | relevance | path

Searched refs:getCallOperator (Results 1 – 19 of 19) sorted by relevance

/llvm-project/clang/lib/Analysis/
H A DCallGraph.cpp86 else if (CXXMethodDecl *MD = LE->getCallOperator()) in VisitLambdaExpr()
/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1279 *Stored++ = getCallOperator()->getBody(); in LambdaExpr()
1323 This->getStoredStmts()[capture_size()] = getCallOperator()->getBody(); in initBodyIfNeeded()
1341 getCallOperator() == C->getCapturedVar()->getDeclContext();
1385 CXXMethodDecl *LambdaExpr::getCallOperator() const { in getCallOperator()
1406 return getCallOperator()->getTrailingRequiresClause();
1409 bool LambdaExpr::isMutable() const { return !getCallOperator()->isConst(); } in children()
1383 CXXMethodDecl *LambdaExpr::getCallOperator() const { getCallOperator() function in LambdaExpr
H A DStmtPrinter.cpp2353 CXXMethodDecl *Method = Node->getCallOperator(); in VisitCXXDeleteExpr()
H A DASTImporter.cpp8739 auto ToCallOpOrErr = import(E->getCallOperator()); in VisitCXXStdInitializerListExpr()
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
H A DOwningMemoryCheck.cpp25 return InnerMatcher.matches(*Node.getCallOperator(), Finder, Builder); in AST_MATCHER_P()
/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DAvoidBindCheck.cpp459 const FunctionDecl *getCallOperator(const CXXRecordDecl *Callable, in getCallOperator() function
479 return getCallOperator(Callee->getType()->getAsCXXRecordDecl(), NumArgs); in getCallMethodDecl()
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DExtractVariable.cpp111 if (auto *const CallOperator = LExpr->getCallOperator()) { in computeReferencedDecls()
/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp305 for (const auto *P : Node->getCallOperator()->parameters()) { in TraverseLambdaExpr()
560 TypeLoc TL = LE->getCallOperator()->getTypeSourceInfo()->getTypeLoc(); in dataTraverseNode()
/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h912 for (const auto *P : Node->getCallOperator()->parameters()) in VisitCXXForRangeStmt()
H A DRecursiveASTVisitor.h2741 TypeLoc TL = S->getCallOperator()->getTypeSourceInfo()->getTypeLoc();
H A DExprCXX.h2116 CXXMethodDecl *getCallOperator() const;
/llvm-project/clang-tools-extra/clangd/
H A DInlayHints.cpp628 FunctionDecl *D = E->getCallOperator(); in VisitVarDecl()
H A DSelection.cpp1118 return *LE->getCallOperator(); in getDeclContext()
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8395 if (InnerMatcher.matches(*LambdaExprNode->getCallOperator(), Finder, in AST_MATCHER_P()
8448 if (InnerMatcher.matches(*LambdaExprNode->getCallOperator(), Finder,
/llvm-project/clang/lib/Sema/
H A DTreeTransform.h15492 E->getCallOperator()->getTypeSourceInfo()->getTypeLoc(); in TransformObjCDictionaryLiteral()
15508 NewCallOperator, E->getCallOperator()->getLocation(), in TransformObjCDictionaryLiteral()
15509 E->getCallOperator()->getInnerLocStart(), in TransformObjCDictionaryLiteral()
15510 E->getCallOperator()->getTrailingRequiresClause(), NewCallOpTSI, in TransformObjCDictionaryLiteral()
15511 E->getCallOperator()->getConstexprKind(), in TransformObjCDictionaryLiteral()
15512 E->getCallOperator()->getStorageClass(), FPTL.getParams(), in TransformObjCDictionaryLiteral()
15515 getDerived().transformAttrs(E->getCallOperator(), NewCallOperator); in TransformObjCDictionaryLiteral()
15516 getDerived().transformedLocalDecl(E->getCallOperator(), {NewCallOperator}); in TransformObjCDictionaryLiteral()
15533 E->getCallOperator()->isConsteval() ? in TransformObjCDictionaryLiteral()
15538 E->getCallOperator()
[all...]
H A DAnalysisBasedWarnings.cpp2584 return VisitFunctionDecl(Node->getCallOperator()); in IssueWarnings()
H A DSemaTemplateInstantiate.cpp159 return getPrimaryTemplateOfGenericLambda(LE->getCallOperator()) !=
H A DSemaExpr.cpp5447 return VisitCXXMethodDecl(E->getCallOperator()); in BuildCXXDefaultArgExpr()
/llvm-project/clang/tools/libclang/
H A DCIndex.cpp3898 TypeLoc TL = E->getCallOperator()->getTypeSourceInfo()->getTypeLoc(); in clang_createIndex_Impl()