HomeSort by: relevance | last modified time | path
    Searched refs:getRedeclContext (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransGCCalls.cpp 48 if (!FD->getDeclContext()->getRedeclContext()->isFileContext())
TransProtectedScope.cpp 35 if (D->getDeclContext()->getRedeclContext()->isFunctionOrMethod())
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTImporterLookupTable.cpp 106 DeclContext *ReDC = DC->getRedeclContext()->getPrimaryContext();
115 DeclContext *ReDC = DC->getRedeclContext()->getPrimaryContext();
Decl.cpp 630 assert(D->getDeclContext()->getRedeclContext()->isFileContext() &&
1096 const DeclContext *DC = getDeclContext()->getRedeclContext();
1222 dyn_cast<NamedDecl>(ContextDecl->getDeclContext()->getRedeclContext());
1312 LV = getLVForClosure(BD->getDeclContext()->getRedeclContext(),
1415 Record->getDeclContext()->getRedeclContext(),
1433 if (D->getDeclContext()->getRedeclContext()->isFileContext())
1758 if (!this->getDeclContext()->getRedeclContext()->Equals(
1759 OldD->getDeclContext()->getRedeclContext()))
3037 dyn_cast<TranslationUnitDecl>(getDeclContext()->getRedeclContext());
3045 dyn_cast<TranslationUnitDecl>(getDeclContext()->getRedeclContext());
    [all...]
DeclBase.cpp 1092 if (getParent()->getRedeclContext()->isFileContext() &&
1093 getLexicalParent()->getRedeclContext()->isRecord())
1131 if (!getParent()->getRedeclContext()->isTranslationUnit())
1762 DeclContext *DeclContext::getRedeclContext() {
QualTypeNames.cpp 269 const DeclContext *DC = Decl->getDeclContext()->getRedeclContext();
ExternalASTMerger.cpp 40 return DC->getRedeclContext();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
IdentifierResolver.cpp 101 Ctx = Ctx->getRedeclContext();
138 DeclContext *DCtx = D->getDeclContext()->getRedeclContext();
335 if (!PrevD->getDeclContext()->getRedeclContext()->isTranslationUnit()) {
365 if (!(*I)->getDeclContext()->getRedeclContext()->isTranslationUnit()) {
SemaDecl.cpp 1507 DeclContext *IDC = (*I)->getLexicalDeclContext()->getRedeclContext();
3142 !Old->getDeclContext()->getRedeclContext()->Equals(
3143 New->getDeclContext()->getRedeclContext()) &&
3190 auto *NamedDC = NewD->getDeclContext()->getRedeclContext();
3191 auto *SemaDC = OldD->getDeclContext()->getRedeclContext();
5016 DeclContext *OwnerScope = Owner->getRedeclContext();
5818 } else if (CurContext->getRedeclContext()->isTranslationUnit() &&
6088 ND->getLexicalDeclContext()->getRedeclContext()->isTranslationUnit())
6232 NewTD->getDeclContext()->getRedeclContext()->isTranslationUnit()) {
6280 DeclContext *OuterContext = DC->getRedeclContext();
    [all...]
SemaModule.cpp 674 if (DC->getRedeclContext()->isFileContext() && !isa<EnumDecl>(D))
SemaTemplate.cpp 1868 PrevClassTemplate->getDeclContext()->getRedeclContext()->Equals(
1869 SemanticContext->getRedeclContext()))) {
2053 DeclContext *DC = SemanticContext->getRedeclContext();
7941 Ctx = Ctx ? Ctx->getRedeclContext() : nullptr;
8044 if (S.CurContext->getRedeclContext()->isFunctionOrMethod()) {
8054 Specialized->getDeclContext()->getRedeclContext();
8055 DeclContext *DC = S.CurContext->getRedeclContext();
8614 if (!DC->getRedeclContext()->isFileContext()) {
8898 DeclContext *FDLookupContext = FD->getDeclContext()->getRedeclContext();
8911 D->getDeclContext()->getRedeclContext())) {
    [all...]
SemaCXXScopeSpec.cpp 1050 return CurContext->getRedeclContext()->isFileContext();
SemaDeclCXX.cpp 849 /*CreateBuiltins*/DC->getRedeclContext()->isTranslationUnit());
3477 TD->getDeclContext()->getRedeclContext()->Equals(
3478 DG->getDeclContext()->getRedeclContext())) {
4126 return Member->getDeclContext()->getRedeclContext()->Equals(ClassDecl);
10778 if (!CurContext->getRedeclContext()->Equals(
10779 GuidedTemplateDecl->getDeclContext()->getRedeclContext())) {
10935 LookupQualifiedName(R, CurContext->getRedeclContext());
10953 CurContext->getRedeclContext()->isTranslationUnit()) {
10967 DeclContext *Parent = CurContext->getRedeclContext();
11001 DeclContext *Parent = CurContext->getRedeclContext();
    [all...]
SemaLookup.cpp 361 return D->getDeclContext()->getRedeclContext();
1978 DC = (*I)->getDeclContext()->getRedeclContext();
1989 = (*LastI)->getDeclContext()->getRedeclContext();
SemaCodeComplete.cpp 820 R.Declaration->getDeclContext()->getRedeclContext();
826 if (HiddenCtx == Hiding->getDeclContext()->getRedeclContext())
983 const DeclContext *DC = ND->getDeclContext()->getRedeclContext();
1300 R.Declaration->getDeclContext()->getRedeclContext()))
SemaDeclObjC.cpp 5063 if (isa<ObjCContainerDecl>(CurContext->getRedeclContext()))
5068 if (isa<TranslationUnitDecl>(getCurLexicalContext()->getRedeclContext()))
SemaTemplateInstantiateDecl.cpp 1148 Parent->getRedeclContext()->isFunctionOrMethod())
2132 SemaRef.LookupQualifiedName(Previous, DC->getRedeclContext());
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CheckerContext.cpp 66 if (!FD->getDeclContext()->getRedeclContext()->isTranslationUnit())
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexDecl.cpp 594 const DeclContext *DC = D->getDeclContext()->getRedeclContext();
605 const DeclContext *DC = D->getDeclContext()->getRedeclContext();
622 const DeclContext *DC = D->getDeclContext()->getRedeclContext();
631 const DeclContext *DC = D->getDeclContext()->getRedeclContext();
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 2011 /// getRedeclContext - Retrieve the context in which an entity conflicts with
2014 DeclContext *getRedeclContext();
2015 const DeclContext *getRedeclContext() const {
2016 return const_cast<DeclContext *>(this)->getRedeclContext();
Decl.h 350 DC = DC->getRedeclContext();
1146 return DC->getRedeclContext()->isFunctionOrMethod();
1159 const DeclContext *DC = getLexicalDeclContext()->getRedeclContext();
1236 if (getLexicalDeclContext()->getRedeclContext()->isFileContext())
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 3064 if (!declaresSameEntity(cast<Decl>(X->getDeclContext()->getRedeclContext()),
3065 cast<Decl>(Y->getDeclContext()->getRedeclContext())))
3307 DeclContext *DC = New->getDeclContext()->getRedeclContext();
3317 DeclContext *DC = New->getDeclContext()->getRedeclContext();
3432 DeclContext *DC = D->getDeclContext()->getRedeclContext();
ASTWriterDecl.cpp 324 while (auto *NS = dyn_cast<NamespaceDecl>(DC->getRedeclContext())) {
1251 D->getParent()->getRedeclContext()->getPrimaryContext());
ASTWriter.cpp 3243 if (!Redecl->getDeclContext()->getRedeclContext()->Equals(
3244 D->getDeclContext()->getRedeclContext()))
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGVTables.cpp 1184 if (isa<TranslationUnitDecl>(DC->getRedeclContext())) {

Completed in 301 milliseconds

1 2