HomeSort by: relevance | last modified time | path
    Searched refs:getEntity (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
Scope.cpp 127 if (getEntity())
193 if (const DeclContext *DC = getEntity())
IdentifierResolver.cpp 105 while (S->getEntity() && S->getEntity()->isTransparentContext())
SemaCXXScopeSpec.cpp 284 if (CXXMethodDecl *MD = dyn_cast<CXXMethodDecl>(S->getEntity()))
289 RD = cast<CXXRecordDecl>(S->getEntity());
SemaLookup.cpp 108 DeclContext *InnermostFileDC = InnermostFileScope->getEntity();
115 DeclContext *Ctx = S->getEntity();
1209 if (DeclContext *Ctx = S->getEntity())
1255 if (DeclContext *DC = PreS->getEntity())
1325 dyn_cast_or_null<CXXRecordDecl>(S->getEntity()))
1925 (S->getEntity() && S->getEntity()->isTransparentContext()))
3982 if (!S->getEntity() ||
3983 (!S->getParent() && !Visited.alreadyVisitedContext(S->getEntity())) ||
3984 (S->getEntity())->isFunctionOrMethod())
    [all...]
SemaDecl.cpp 1334 assert(!S->getEntity() && "scope already has entity");
1338 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent();
1339 assert(Ancestor->getEntity() == CurContext && "ancestor context mismatch");
1353 assert(S->getEntity() == CurContext && "Context imbalance!");
1358 while (!Ancestor->getEntity()) Ancestor = Ancestor->getParent();
1359 CurContext = Ancestor->getEntity();
1468 while (S->getEntity() && S->getEntity()->isTransparentContext())
1530 if (DeclContext *ScopeDC = S->getEntity())
2028 (S->getEntity() && S->getEntity()->isTransparentContext()) |
    [all...]
SemaCodeComplete.cpp 4800 if (DeclContext *Ctx = DepScope->getEntity()) {
5154 return Inner ? Inner->getEntity() : nullptr;
6034 if (S->getEntity()) {
6035 CodeCompletionDeclConsumer Consumer(DummyResults, S->getEntity(),
6158 DeclContext *Ctx = S->getEntity();
6405 DeclContext *DC = S->getEntity();
8932 if (DeclContext *DC = S->getEntity())
Sema.cpp 1901 if (DeclContext *Entity = S->getEntity())
SemaExprCXX.cpp 419 Destroyed = dyn_cast_or_null<CXXRecordDecl>(S->getEntity());
SemaTemplate.cpp 7933 DeclContext *Ctx = S->getEntity();
SemaDeclCXX.cpp 11525 DeclContext *Ctx = S->getEntity();
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 85 const DINode *getEntity() const { return Entity; }
168 return cast<DILocalVariable>(getEntity());
243 const DILabel *getLabel() const { return cast<DILabel>(getEntity()); }
DwarfCompileUnit.cpp 1248 auto *Entity = Module->getEntity();
1286 DbgEntity *AbsEntity = getExistingAbstractEntity(Entity->getEntity());
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Scope.h 343 DeclContext *getEntity() const {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
DebugInfo.cpp 180 auto *Entity = Import->getEntity();
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 3307 return getTemporary(getContext(), getTag(), getScope(), getEntity(),
3325 DINode *getEntity() const { return cast_or_null<DINode>(getRawEntity()); }
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 2051 Record.push_back(VE.getMetadataOrNullID(N->getEntity()));

Completed in 93 milliseconds