HomeSort by: relevance | last modified time | path
    Searched refs:getCurFunctionDecl (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 1351 /// getCurFunctionDecl - If inside of a function body, this returns a pointer
1354 FunctionDecl *Sema::getCurFunctionDecl() {
1759 FD = FD ? FD : getCurFunctionDecl();
1787 DiagID, getCurFunctionDecl(), *this);
SemaExprMember.cpp 984 const auto *FD = getCurFunctionDecl();
1406 else if (ObjCImpDecl && S.getCurFunctionDecl()) {
SemaStmt.cpp 3954 if (const FunctionDecl *FD = getCurFunctionDecl()) {
4099 FunctionDecl *FD = getCurFunctionDecl();
4111 // Note that at this point one of getCurFunctionDecl() or
4113 assert((getCurFunctionDecl() || getCurMethodDecl()) &&
4166 getCurFunctionDecl());
SemaAccess.cpp 1936 else if (FunctionDecl *FD = getCurFunctionDecl()) {
SemaDecl.cpp 7226 FunctionDecl *CurFD = getCurFunctionDecl();
7331 DeclAttrsMatchCUDAMode(getLangOpts(), getCurFunctionDecl()))
7993 FunctionDecl *FD = getCurFunctionDecl();
13944 assert(getCurFunctionDecl() == nullptr && "Function parsing confused");
14621 assert((FD == getCurFunctionDecl() || getCurLambda()->CallOperator == FD) &&
SemaChecking.cpp 5906 if (const FunctionDecl *FD = S.getCurFunctionDecl())
16337 const FunctionDecl *Caller = getCurFunctionDecl();
SemaExpr.cpp 154 FunctionDecl *Current = S.getCurFunctionDecl();
6593 if (auto *Caller = getCurFunctionDecl()) {
SemaOpenMP.cpp 6752 getCurFunctionDecl());
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 3207 /// getCurFunctionDecl - If inside of a function body, this returns a pointer
3210 FunctionDecl *getCurFunctionDecl();

Completed in 76 milliseconds