Searched refs:CurDecl (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Sema/
H A DSemaStmt.cpp2406 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); local
2408 if (isa<ObjCMethodDecl>(CurDecl))
2410 else if (isa<CXXConstructorDecl>(CurDecl))
2412 else if (isa<CXXDestructorDecl>(CurDecl))
2416 << CurDecl->getDeclName() << FunctionKind
2439 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); local
2442 if (isa<ObjCMethodDecl>(CurDecl))
2444 else if (isa<CXXConstructorDecl>(CurDecl))
2446 else if (isa<CXXDestructorDecl>(CurDecl))
2450 << CurDecl
[all...]
H A DSemaDeclCXX.cpp1008 CXXRecordDecl *CurDecl; local
1011 CurDecl = dyn_cast_or_null<CXXRecordDecl>(DC);
1013 CurDecl = dyn_cast_or_null<CXXRecordDecl>(CurContext);
1015 if (CurDecl && CurDecl->getIdentifier())
1016 return &II == CurDecl->getIdentifier();
/external/clang/lib/CodeGen/
H A DCGExpr.cpp1895 const Decl *CurDecl = CurCodeDecl; local
1896 if (CurDecl == 0)
1897 CurDecl = getContext().getTranslationUnitDecl();
1900 (isa<BlockDecl>(CurDecl)
1903 CurDecl));

Completed in 85 milliseconds