HomeSort by relevance Sort by last modified time
    Searched refs:isFileContext (Results 1 - 25 of 28) sorted by null

1 2

  /external/clang/lib/ARCMigrate/
TransGCCalls.cpp 49 if (!FD->getDeclContext()->getRedeclContext()->isFileContext())
Transforms.cpp 206 return DRE->getDecl()->getDeclContext()->isFileContext() &&
  /external/clang/lib/Sema/
SemaLookup.cpp 107 assert(InnermostFileDC && InnermostFileDC->isFileContext());
114 if (Ctx && Ctx->isFileContext()) {
766 assert(NS && NS->isFileContext() && "CppNamespaceLookup() requires namespace!");
784 return Ctx->isFileContext();
843 while (!Semantic->isFileContext())
850 if (Lexical->isFileContext() && !Lexical->Equals(Semantic) &&
    [all...]
SemaAccess.cpp 117 } else if (DC->isFileContext()) {
263 if (FromDC->isFileContext() || ToDC->isFileContext()) return false;
335 if (Friend->isFileContext())
    [all...]
SemaLambda.cpp 247 while (!(DC->isFunctionOrMethod() || DC->isRecord() || DC->isFileContext()))
265 while (!DC->isFileContext()) {
    [all...]
SemaTemplateInstantiate.cpp 109 while (!Ctx->isFileContext()) {
160 Function->getDeclContext()->isFileContext() &&
161 (!Pattern || !Pattern->getLexicalDeclContext()->isFileContext())) {
    [all...]
SemaCXXScopeSpec.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
SemaDecl.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaStmt.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaExprCXX.cpp 142 if (DC && DC->isFileContext()) {
    [all...]
SemaOpenMP.cpp 740 (!getCurLexicalContext()->isFileContext() ||
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 811 if (getParent()->getRedeclContext()->isFileContext() &&
840 if (isFileContext())
    [all...]
CXXInheritance.cpp 125 for (; !CurContext->isFileContext(); CurContext = CurContext->getParent())
Decl.cpp 574 assert(D->getDeclContext()->getRedeclContext()->isFileContext() &&
    [all...]
Expr.cpp 508 if (DC->isFileContext())
    [all...]
ItaniumMangle.cpp     [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
Decl.h     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]

Completed in 431 milliseconds

1 2