Searched refs:getCurFunctionDecl (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp832 /// getCurFunctionDecl - If inside of a function body, this returns a pointer
835 FunctionDecl *Sema::getCurFunctionDecl() { function in class:Sema
H A DSemaAccess.cpp1897 else if (FunctionDecl *FD = getCurFunctionDecl()) {
H A DSemaExprMember.cpp1325 else if (ObjCImpDecl && getCurFunctionDecl()) {
H A DSemaStmt.cpp2748 if (const FunctionDecl *FD = getCurFunctionDecl()) {
2851 if (FunctionDecl *FD = getCurFunctionDecl())
H A DSemaChecking.cpp1613 else if (FunctionDecl *FD = getCurFunctionDecl())
1640 else if (FunctionDecl *FD = getCurFunctionDecl())
H A DSemaDecl.cpp5316 FunctionDecl *CurFD = getCurFunctionDecl();
9367 assert(getCurFunctionDecl() == 0 && "Function parsing confused");
9807 assert((FD == getCurFunctionDecl() || getCurLambda()->CallOperator == FD) &&
H A DSemaTemplate.cpp6190 assert(getCurFunctionDecl() == 0 && "Function parsing confused");
H A DSemaExpr.cpp213 FunctionDecl *Current = S.getCurFunctionDecl();
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1796 /// getCurFunctionDecl - If inside of a function body, this returns a pointer
1799 FunctionDecl *getCurFunctionDecl();

Completed in 269 milliseconds