HomeSort by: relevance | last modified time | path
    Searched defs:CurDecl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 2170 const Decl *CurDecl = dyn_cast_or_null<Decl>(Context);
2172 CurDecl ? PredefinedExpr::ComputeName(PredefinedExpr::Function, CurDecl)
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmt.cpp 4029 NamedDecl *CurDecl = getCurFunctionOrMethodDecl();
4031 if (isa<ObjCMethodDecl>(CurDecl))
4033 else if (isa<CXXConstructorDecl>(CurDecl))
4035 else if (isa<CXXDestructorDecl>(CurDecl))
4039 << CurDecl << FunctionKind << RetValExp->getSourceRange();
4047 NamedDecl *CurDecl = getCurFunctionOrMethodDecl();
4048 if (isa<CXXConstructorDecl>(CurDecl) ||
4049 isa<CXXDestructorDecl>(CurDecl))
4065 NamedDecl *CurDecl = getCurFunctionOrMethodDecl();
4066 Diag(ReturnLoc, D) << CurDecl << isa<CXXDestructorDecl>(CurDecl
    [all...]

Completed in 31 milliseconds