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

1 2

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransGCCalls.cpp 48 if (!FD->getDeclContext()->getRedeclContext()->isFileContext())
Transforms.cpp 200 return DRE->getDecl()->getDeclContext()->isFileContext() &&
  /src/external/apache2/llvm/dist/clang/examples/Attribute/
Attribute.cpp 52 if (!D->getDeclContext()->isFileContext()) {
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 267 if (DC->isFileContext())
1092 if (getParent()->getRedeclContext()->isFileContext() &&
1139 if (isFileContext())
1783 while (!Ctx->isFileContext())
1801 if (!isFileContext())
CXXInheritance.cpp 120 for (; !CurContext->isFileContext(); CurContext = CurContext->getParent())
ODRHash.cpp 530 if (DC->getLexicalParent()->isFileContext()) return;
Decl.cpp 630 assert(D->getDeclContext()->getRedeclContext()->isFileContext() &&
1433 if (D->getDeclContext()->getRedeclContext()->isFileContext())
Expr.cpp 601 if (DC->isFileContext())
ItaniumMangle.cpp 631 getEffectiveDeclContext(ND)->isFileContext() &&
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaLookup.cpp 109 assert(InnermostFileDC && InnermostFileDC->isFileContext());
116 if (Ctx && Ctx->isFileContext()) {
1192 assert(NS && NS->isFileContext() && "CppNamespaceLookup() requires namespace!");
1210 return Ctx->isFileContext();
1375 if (Ctx->isFileContext()) {
1479 assert(Ctx->isFileContext() &&
1539 if (Context->isFileContext())
1666 return D->getLexicalDeclContext()->isFileContext();
1693 return DC->isFileContext() || isa<LinkageSpecDecl>(DC) ||
2052 assert(StartDC->isFileContext() && "start context is not a file context")
    [all...]
SemaAccess.cpp 131 } else if (DC->isFileContext()) {
281 if (FromDC->isFileContext() || ToDC->isFileContext()) return false;
354 if (Friend->isFileContext())
SemaModule.cpp 674 if (DC->getRedeclContext()->isFileContext() && !isa<EnumDecl>(D))
SemaLambda.cpp 246 while (!(DC->isFunctionOrMethod() || DC->isRecord() || DC->isFileContext()))
264 while (!DC->isFileContext()) {
SemaCXXScopeSpec.cpp 1050 return CurContext->getRedeclContext()->isFileContext();
SemaDecl.cpp 5582 Dcl && Dcl->getDeclContext()->isFileContext())
6671 if (DC->isFileContext())
6682 if (DC->isFileContext() || DC->isFunctionOrMethod() ||
6726 while (!DC->isFileContext() && !isa<LinkageSpecDecl>(DC))
7539 return OldDC->isFileContext() ? SDK_Global : SDK_Local;
8926 while (!DC->isFileContext() && !DC->isFunctionOrMethod())
9790 NewFD->getDeclContext()->getRedeclContext()->isFileContext()) {
10127 if (D->getFriendObjectKind() && D->getDeclContext()->isFileContext())
12999 var->getDeclContext()->getRedeclContext()->isFileContext() &&
13422 if (DC->getRedeclContext()->isFileContext() && VD->isExternallyVisible()
    [all...]
SemaTemplateInstantiate.cpp 119 while (!Ctx->isFileContext()) {
175 Function->getDeclContext()->isFileContext() &&
176 (!Pattern || !Pattern->getLexicalDeclContext()->isFileContext())) {
SemaTemplate.cpp 1830 while (!OutermostContext->isFileContext())
3774 if (Ctx->isFileContext()) break;
7953 if (Ctx->isFileContext())
8059 if (!(DC->isFileContext() ? DC->Encloses(SpecializedContext)
8614 if (!DC->getRedeclContext()->isFileContext()) {
SemaTemplateInstantiateDecl.cpp 2009 assert(D->getDeclContext()->isFileContext());
5904 while (!DC->isFileContext()) {
5927 if (FD->getFriendObjectKind() && FD->getDeclContext()->isFileContext()){
SemaCodeComplete.cpp 4021 if (S.CurContext->isFileContext())
6092 (CodeCompleter->includeNamespaceLevelDecls() || !Ctx->isFileContext())) {
6172 if (Ctx && Ctx->isFileContext() && !SuppressedGlobalResults) {
6409 return DC->isFileContext();
SemaDeclObjC.cpp 2105 if (Dcl->getDeclContext()->isFileContext())
SemaOpenMP.cpp 1217 VD->getDeclContext()->isFileContext()) {
2874 (!getCurLexicalContext()->isFileContext() ||
3202 if (!CurContext->isFileContext()) {
20005 if (!CurLexicalContext->isFileContext() &&
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h 1930 bool isFileContext() const {
Decl.h 1236 if (getLexicalDeclContext()->getRedeclContext()->isFileContext())
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ASTUnit.cpp 2401 if (!D->getLexicalDeclContext()->isFileContext())
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 2822 assert(CodeDC && !CodeDC->isFileContext() &&

Completed in 137 milliseconds

1 2