reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Decl.h
 2044   void setBody(Stmt *B);

References

tools/clang/lib/AST/ASTImporter.cpp
 2987       ToFD->setBody(*ToBodyOrErr);
tools/clang/lib/Frontend/Rewrite/RewriteModernObjC.cpp
 5699         FD->setBody(Body);
tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 4798         FD->setBody(Body);
tools/clang/lib/Sema/SemaDecl.cpp
13773     FD->setBody(Body);
tools/clang/lib/Sema/SemaDeclCXX.cpp
11524   Constructor->setBody(new (Context) CompoundStmt(Loc));
11701   Constructor->setBody(new (Context) CompoundStmt(InitLoc));
11811   Destructor->setBody(new (Context) CompoundStmt(Loc));
12639   CopyAssignOperator->setBody(Body.getAs<Stmt>());
13011   MoveAssignOperator->setBody(Body.getAs<Stmt>());
13147     CopyConstructor->setBody(
13272     MoveConstructor->setBody(ActOnCompoundStmt(
13324   Invoker->setBody(new (Context) CompoundStmt(Conv->getLocation()));
13331   Conv->setBody(CompoundStmt::Create(Context, Return, Conv->getLocation(),
13386   Conv->setBody(CompoundStmt::Create(Context, ReturnS, Conv->getLocation(),