HomeSort by relevance Sort by last modified time
    Searched refs:getRedeclContext (Results 1 - 22 of 22) sorted by null

  /external/clang/lib/ARCMigrate/
TransGCCalls.cpp 49 if (!FD->getDeclContext()->getRedeclContext()->isFileContext())
TransProtectedScope.cpp 35 if (D->getDeclContext()->getRedeclContext()->isFunctionOrMethod())
  /external/clang/lib/Sema/
IdentifierResolver.cpp 99 Ctx = Ctx->getRedeclContext();
133 DeclContext *DCtx = D->getDeclContext()->getRedeclContext();
323 if (!PrevD->getDeclContext()->getRedeclContext()->isTranslationUnit()) {
353 if (!(*I)->getDeclContext()->getRedeclContext()->isTranslationUnit()) {
SemaDecl.cpp     [all...]
SemaCXXScopeSpec.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaLookup.cpp 350 return D->getDeclContext()->getRedeclContext();
    [all...]
SemaCodeComplete.cpp 563 R.Declaration->getDeclContext()->getRedeclContext();
569 if (HiddenCtx == Hiding->getDeclContext()->getRedeclContext())
727 const DeclContext *DC = ND->getDeclContext()->getRedeclContext();
    [all...]
SemaDeclCXX.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 510 Parent->getRedeclContext()->isFunctionOrMethod())
    [all...]
SemaDeclAttr.cpp     [all...]
SemaInit.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
Decl.cpp 568 assert(D->getDeclContext()->getRedeclContext()->isFileContext() &&
    [all...]
DeclBase.cpp 790 if (getParent()->getRedeclContext()->isFileContext() &&
791 getLexicalParent()->getRedeclContext()->isRecord())
811 if (!getParent()->getRedeclContext()->isTranslationUnit())
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
Decl.h 207 DC = DC->getRedeclContext();
890 return DC->getRedeclContext()->isFunctionOrMethod();
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriterDecl.cpp 188 while (auto *NS = dyn_cast<NamespaceDecl>(DC->getRedeclContext())) {
    [all...]
ASTReader.cpp     [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteModernObjC.cpp     [all...]

Completed in 374 milliseconds