HomeSort by relevance Sort by last modified time
    Searched refs:getRedeclContext (Results 1 - 25 of 25) 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();
136 DeclContext *DCtx = D->getDeclContext()->getRedeclContext();
331 if (!PrevD->getDeclContext()->getRedeclContext()->isTranslationUnit()) {
361 if (!(*I)->getDeclContext()->getRedeclContext()->isTranslationUnit()) {
SemaDecl.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaCXXScopeSpec.cpp     [all...]
SemaLookup.cpp 355 return D->getDeclContext()->getRedeclContext();
    [all...]
SemaCodeComplete.cpp 562 R.Declaration->getDeclContext()->getRedeclContext();
568 if (HiddenCtx == Hiding->getDeclContext()->getRedeclContext())
726 const DeclContext *DC = ND->getDeclContext()->getRedeclContext();
    [all...]
SemaDeclCXX.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 626 Parent->getRedeclContext()->isFunctionOrMethod())
    [all...]
SemaOverload.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaInit.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/lib/AST/
DeclBase.cpp 851 if (getParent()->getRedeclContext()->isFileContext() &&
852 getLexicalParent()->getRedeclContext()->isRecord())
872 if (!getParent()->getRedeclContext()->isTranslationUnit())
    [all...]
Decl.cpp 579 assert(D->getDeclContext()->getRedeclContext()->isFileContext() &&
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
Decl.h 254 DC = DC->getRedeclContext();
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriterDecl.cpp 306 while (auto *NS = dyn_cast<NamespaceDecl>(DC->getRedeclContext())) {
    [all...]
ASTReader.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]

Completed in 366 milliseconds