Searched refs:FunctionBody (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | UseAfterMoveCheck.cpp | 67 bool find(Stmt *FunctionBody, const Expr *MovingCall, 109 bool UseAfterMoveFinder::find(Stmt *FunctionBody, const Expr *MovingCall, in find() argument 123 CFG::buildCFG(nullptr, FunctionBody, Context, Options); in find() 128 std::make_unique<ExprSequence>(TheCFG.get(), FunctionBody, Context); in find() 450 Stmt *FunctionBody = nullptr; in check() local 452 FunctionBody = ContainingLambda->getBody(); in check() 454 FunctionBody = ContainingFunc->getBody(); in check() 465 if (Finder.find(FunctionBody, MovingCall, Arg->getDecl(), &Use)) in check()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | XRefs.cpp | 1163 if (const Stmt *FunctionBody = getFunctionBody(P->ASTNode)) { in relatedControlFlow() local 1165 Root = FunctionBody; in relatedControlFlow()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 11036 FunctionBody, in diagnoseOdrViolations() enumerator 11171 FirstFunction->getSourceRange(), FunctionBody); in diagnoseOdrViolations() 11173 SecondFunction->getSourceRange(), FunctionBody); in diagnoseOdrViolations()
|