Searched defs:getBody (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DBodyFarm.cpp344 Stmt *BodyFarm::getBody(const FunctionDecl *D) { function in class:BodyFarm
H A DAnalysisDeclContext.cpp92 Stmt *AnalysisDeclContext::getBody(bool &IsAutosynthesized) const { function in class:AnalysisDeclContext
113 Stmt *AnalysisDeclContext::getBody() const { function in class:AnalysisDeclContext
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmtCXX.h157 Stmt *getBody() { return SubExprs[BODY]; } function in class:clang::CXXForRangeStmt
174 const Stmt *getBody() const { return SubExprs[BODY]; } function in class:clang::CXXForRangeStmt
H A DStmtObjC.h39 Stmt *getBody() { return SubExprs[BODY]; } function in class:clang::ObjCForCollectionStmt
45 const Stmt *getBody() const { return SubExprs[BODY]; } function in class:clang::ObjCForCollectionStmt
H A DDeclBase.h807 virtual Stmt* getBody() const { return 0; } function in class:clang::Decl
H A DStmt.h951 const Stmt *getBody() const { return SubExprs[BODY]; } function in class:clang::SwitchStmt
956 Stmt *getBody() { return SubExprs[BODY]; } function in class:clang::SwitchStmt
1038 Stmt *getBody() { return SubExprs[BODY]; } function in class:clang::WhileStmt
1039 const Stmt *getBody() const { return SubExprs[BODY]; } function in class:clang::WhileStmt
1083 Stmt *getBody() { return SubExprs[BODY]; } function in class:clang::DoStmt
1084 const Stmt *getBody() const { return SubExprs[BODY]; } function in class:clang::DoStmt
1148 Stmt *getBody() { return SubExprs[BODY]; } function in class:clang::ForStmt
1153 const Stmt *getBody() const { return SubExprs[BODY]; } function in class:clang::ForStmt
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclObjC.cpp580 Stmt *ObjCMethodDecl::getBody() const { function in class:ObjCMethodDecl
H A DExprCXX.cpp1080 CompoundStmt *LambdaExpr::getBody() const { function in class:LambdaExpr
H A DDecl.cpp2235 Stmt *FunctionDecl::getBody(const FunctionDecl *&Definition) const { function in class:FunctionDecl
H A DExpr.cpp1946 const Stmt *BlockExpr::getBody() const { function in class:BlockExpr
1949 Stmt *BlockExpr::getBody() { function in class:BlockExpr

Completed in 205 milliseconds