Home
last modified time | relevance | path

Searched defs:FunctionBody (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DUseAfterMoveCheck.cpp109 bool UseAfterMoveFinder::find(Stmt *FunctionBody, const Expr *MovingCall, in find()
450 Stmt *FunctionBody = nullptr; in check() local
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DXRefs.cpp1163 if (const Stmt *FunctionBody = getFunctionBody(P->ASTNode)) { in relatedControlFlow() local
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp11036 FunctionBody, in diagnoseOdrViolations() enumerator