Searched refs:getRedeclContext (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransGCCalls.cpp55 if (!FD->getDeclContext()->getRedeclContext()->isFileContext())
H A DTransProtectedScope.cpp35 if (D->getDeclContext()->getRedeclContext()->isFunctionOrMethod())
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DIdentifierResolver.cpp99 Ctx = Ctx->getRedeclContext();
133 DeclContext *DCtx = D->getDeclContext()->getRedeclContext();
326 if (!PrevD->getDeclContext()->getRedeclContext()->isTranslationUnit()) {
356 if (!(*I)->getDeclContext()->getRedeclContext()->isTranslationUnit()) {
H A DSemaDecl.cpp1039 !D->getDeclContext()->getRedeclContext()->Equals(
1040 D->getLexicalDeclContext()->getRedeclContext()) &&
1069 DeclContext *IDC = (*I)->getLexicalDeclContext()->getRedeclContext();
4313 } else if (CurContext->getRedeclContext()->isTranslationUnit() &&
4538 ND->getLexicalDeclContext()->getRedeclContext()->isTranslationUnit())
4684 NewTD->getDeclContext()->getRedeclContext()->isTranslationUnit()) {
4732 DeclContext *OuterContext = DC->getRedeclContext();
4890 const DeclContext *DC = VD->getDeclContext()->getRedeclContext();
4901 const DeclContext *DC = FD->getDeclContext()->getRedeclContext();
5677 if (ND->getDeclContext()->getRedeclContext()
[all...]
H A DSemaCXXScopeSpec.cpp884 return CurContext->getRedeclContext()->isFileContext();
H A DSemaTemplate.cpp1122 DeclContext *DC = SemanticContext->getRedeclContext();
5567 if (S.CurContext->getRedeclContext()->isFunctionOrMethod()) {
6443 DeclContext *FDLookupContext = FD->getDeclContext()->getRedeclContext();
6449 D->getDeclContext()->getRedeclContext()))
6488 DeclContext *FDLookupContext = FD->getDeclContext()->getRedeclContext();
6496 Ovl->getDeclContext()->getRedeclContext()))
6821 DeclContext *CurContext = S.CurContext->getRedeclContext();
H A DSemaLookup.cpp352 return D->getDeclContext()->getRedeclContext();
1389 DC = (*I)->getDeclContext()->getRedeclContext();
1400 = (*LastI)->getDeclContext()->getRedeclContext();
H A DSemaCodeComplete.cpp563 R.Declaration->getDeclContext()->getRedeclContext();
569 if (HiddenCtx == Hiding->getDeclContext()->getRedeclContext())
730 const DeclContext *DC = ND->getDeclContext()->getRedeclContext();
973 ->getRedeclContext()))
H A DSemaDeclCXX.cpp2477 return Member->getDeclContext()->getRedeclContext()->Equals(ClassDecl);
6522 DeclContext::lookup_result R = CurContext->getRedeclContext()->lookup(II);
6546 CurContext->getRedeclContext()->isTranslationUnit()) {
6560 DeclContext *Parent = CurContext->getRedeclContext();
6593 DeclContext *Parent = CurContext->getRedeclContext();
7534 if (!CurContext->getRedeclContext()->isRecord())
10560 const DeclContext *DC = FnDecl->getDeclContext()->getRedeclContext();
11697 D->getDeclContext()->getRedeclContext()))
11789 DC = DC->getRedeclContext();
H A DSemaDeclObjC.cpp3313 if (isa<ObjCContainerDecl>(CurContext->getRedeclContext()))
3318 if (isa<TranslationUnitDecl>(getCurLexicalContext()->getRedeclContext()))
H A DSemaTemplateInstantiateDecl.cpp462 Parent->getRedeclContext()->isFunctionOrMethod())
H A DSemaDeclAttr.cpp1641 const DeclContext *Ctx = D->getDeclContext()->getRedeclContext();
H A DSemaInit.cpp1653 return FD && FD->getDeclContext()->getRedeclContext()->Equals(Record);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp524 assert(D->getDeclContext()->getRedeclContext()->isFileContext() &&
1029 DC = ContextDecl->getDeclContext()->getRedeclContext();
1105 LV = getLVForClosure(BD->getDeclContext()->getRedeclContext(),
1180 OuterMostLambda->getDeclContext()->getRedeclContext(),
1189 if (D->getDeclContext()->getRedeclContext()->isFileContext())
2266 dyn_cast<TranslationUnitDecl>(getDeclContext()->getRedeclContext());
2274 dyn_cast<TranslationUnitDecl>(getDeclContext()->getRedeclContext());
2307 assert(getDeclContext()->getRedeclContext()->isTranslationUnit());
2313 cast<TranslationUnitDecl>(getDeclContext()->getRedeclContext())
2322 const NamespaceDecl *ND = dyn_cast<NamespaceDecl>(DC->getRedeclContext());
[all...]
H A DDeclBase.cpp760 if (getParent()->getRedeclContext()->isFileContext() &&
761 getLexicalParent()->getRedeclContext()->isRecord())
1369 DeclContext *DeclContext::getRedeclContext() { function in class:DeclContext
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h1199 /// getRedeclContext - Retrieve the context in which an entity conflicts with
1202 DeclContext *getRedeclContext();
1203 const DeclContext *getRedeclContext() const { function in class:clang::DeclContext
1204 return const_cast<DeclContext *>(this)->getRedeclContext();
H A DDecl.h889 return DC->getRedeclContext()->isFunctionOrMethod();
898 const DeclContext *DC = getLexicalDeclContext()->getRedeclContext();
974 if (getLexicalDeclContext()->getRedeclContext()->isFileContext())
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp2076 if (!X->getDeclContext()->getRedeclContext()->Equals(
2077 Y->getDeclContext()->getRedeclContext()))
2187 DeclContext *DC = New->getDeclContext()->getRedeclContext();
2209 DeclContext *DC = D->getDeclContext()->getRedeclContext();
H A DASTWriterDecl.cpp912 D->getParent()->getRedeclContext()->getPrimaryContext());
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp5466 block->getDeclContext()->getRedeclContext()->isFileContext();

Completed in 568 milliseconds