/llvm-project/clang/lib/Analysis/ |
H A D | CallGraph.cpp | 86 else if (CXXMethodDecl *MD = LE->getCallOperator()) in VisitLambdaExpr()
|
/llvm-project/clang/lib/AST/ |
H A D | ExprCXX.cpp | 1279 *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 D | StmtPrinter.cpp | 2353 CXXMethodDecl *Method = Node->getCallOperator(); in VisitCXXDeleteExpr()
|
H A D | ASTImporter.cpp | 8739 auto ToCallOpOrErr = import(E->getCallOperator()); in VisitCXXStdInitializerListExpr()
|
/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
H A D | OwningMemoryCheck.cpp | 25 return InnerMatcher.matches(*Node.getCallOperator(), Finder, Builder); in AST_MATCHER_P()
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | AvoidBindCheck.cpp | 459 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 D | ExtractVariable.cpp | 111 if (auto *const CallOperator = LExpr->getCallOperator()) { in computeReferencedDecls()
|
/llvm-project/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 305 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 D | ASTNodeTraverser.h | 912 for (const auto *P : Node->getCallOperator()->parameters()) in VisitCXXForRangeStmt()
|
H A D | RecursiveASTVisitor.h | 2741 TypeLoc TL = S->getCallOperator()->getTypeSourceInfo()->getTypeLoc();
|
H A D | ExprCXX.h | 2116 CXXMethodDecl *getCallOperator() const;
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | InlayHints.cpp | 628 FunctionDecl *D = E->getCallOperator(); in VisitVarDecl()
|
H A D | Selection.cpp | 1118 return *LE->getCallOperator(); in getDeclContext()
|
/llvm-project/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 8395 if (InnerMatcher.matches(*LambdaExprNode->getCallOperator(), Finder, in AST_MATCHER_P() 8448 if (InnerMatcher.matches(*LambdaExprNode->getCallOperator(), Finder,
|
/llvm-project/clang/lib/Sema/ |
H A D | TreeTransform.h | 15492 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 D | AnalysisBasedWarnings.cpp | 2584 return VisitFunctionDecl(Node->getCallOperator()); in IssueWarnings()
|
H A D | SemaTemplateInstantiate.cpp | 159 return getPrimaryTemplateOfGenericLambda(LE->getCallOperator()) !=
|
H A D | SemaExpr.cpp | 5447 return VisitCXXMethodDecl(E->getCallOperator()); in BuildCXXDefaultArgExpr()
|
/llvm-project/clang/tools/libclang/ |
H A D | CIndex.cpp | 3898 TypeLoc TL = E->getCallOperator()->getTypeSourceInfo()->getTypeLoc(); in clang_createIndex_Impl()
|