Home
last modified time | relevance | path

Searched defs:getCompoundBody (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h530 CompoundStmt *getCompoundBody() { return (CompoundStmt*)getBody(); } in getCompoundBody() function
H A DDecl.h4545 CompoundStmt *getCompoundBody() const { return (CompoundStmt*) Body; } in getCompoundBody() function