/external/clang/lib/Sema/ |
D | SemaAccess.cpp | 150 AccessTarget(const AccessedEntity &Entity) in AccessTarget() 151 : AccessedEntity(Entity) { in AccessTarget() 1261 AccessTarget &Entity) { in DiagnoseBadAccess() argument 1262 const CXXRecordDecl *NamingClass = Entity.getNamingClass(); in DiagnoseBadAccess() 1263 const CXXRecordDecl *DeclaringClass = Entity.getDeclaringClass(); in DiagnoseBadAccess() 1264 NamedDecl *D = (Entity.isMemberAccess() ? Entity.getTargetDecl() : nullptr); in DiagnoseBadAccess() 1266 S.Diag(Loc, Entity.getDiag()) in DiagnoseBadAccess() 1267 << (Entity.getAccess() == AS_protected) in DiagnoseBadAccess() 1271 DiagnoseAccessPath(S, EC, Entity); in DiagnoseBadAccess() 1296 AccessTarget &Entity) { in IsMicrosoftUsingDeclarationAccessBug() argument [all …]
|
D | SemaInit.cpp | 242 void CheckImplicitInitList(const InitializedEntity &Entity, 246 void CheckExplicitInitList(const InitializedEntity &Entity, 250 void CheckListElementTypes(const InitializedEntity &Entity, 257 void CheckSubElementType(const InitializedEntity &Entity, 262 void CheckComplexType(const InitializedEntity &Entity, 267 void CheckScalarType(const InitializedEntity &Entity, 272 void CheckReferenceType(const InitializedEntity &Entity, 277 void CheckVectorType(const InitializedEntity &Entity, 281 void CheckStructUnionTypes(const InitializedEntity &Entity, 288 void CheckArrayType(const InitializedEntity &Entity, [all …]
|
D | SemaTemplateInstantiate.cpp | 206 Decl *Entity, NamedDecl *Template, ArrayRef<TemplateArgument> TemplateArgs, in Initialize() argument 215 Inst.Entity = Entity; in Initialize() 230 Decl *Entity, in InstantiatingTemplate() argument 235 PointOfInstantiation, InstantiationRange, Entity); in InstantiatingTemplate() 240 FunctionDecl *Entity, ExceptionSpecification, in InstantiatingTemplate() argument 245 PointOfInstantiation, InstantiationRange, Entity); in InstantiatingTemplate() 422 Decl *D = Active->Entity; in PrintInstantiationStack() 461 TemplateDecl *Template = cast<TemplateDecl>(Active->Entity); in PrintInstantiationStack() 477 FunctionTemplateDecl *FnTmpl = cast<FunctionTemplateDecl>(Active->Entity); in PrintInstantiationStack() 490 dyn_cast<ClassTemplatePartialSpecializationDecl>(Active->Entity)) { in PrintInstantiationStack() [all …]
|
D | SemaLookup.cpp | 1172 static Module *getDefiningModule(Decl *Entity) { in getDefiningModule() argument 1173 if (FunctionDecl *FD = dyn_cast<FunctionDecl>(Entity)) { in getDefiningModule() 1177 Entity = Pattern; in getDefiningModule() 1178 } else if (CXXRecordDecl *RD = dyn_cast<CXXRecordDecl>(Entity)) { in getDefiningModule() 1187 Entity = FromTemplate->getTemplatedDecl(); in getDefiningModule() 1189 Entity = From.get<ClassTemplatePartialSpecializationDecl*>(); in getDefiningModule() 1193 Entity = getInstantiatedFrom(RD, MSInfo); in getDefiningModule() 1194 } else if (EnumDecl *ED = dyn_cast<EnumDecl>(Entity)) { in getDefiningModule() 1196 Entity = getInstantiatedFrom(ED, MSInfo); in getDefiningModule() 1197 } else if (VarDecl *VD = dyn_cast<VarDecl>(Entity)) { in getDefiningModule() [all …]
|
/external/clang/include/clang/Sema/ |
D | Initialization.h | 217 InitializedEntity Entity; in InitializeParameter() local 218 Entity.Kind = EK_Parameter; in InitializeParameter() 219 Entity.Type = in InitializeParameter() 221 Entity.Parent = nullptr; in InitializeParameter() 222 Entity.Parameter in InitializeParameter() 224 return Entity; in InitializeParameter() 232 InitializedEntity Entity; in InitializeParameter() local 233 Entity.Kind = EK_Parameter; in InitializeParameter() 234 Entity.Type = Context.getVariableArrayDecayedType(Type); in InitializeParameter() 235 Entity.Parent = nullptr; in InitializeParameter() [all …]
|
D | Scope.h | 179 DeclContext *Entity; variable 294 DeclContext *getEntity() const { return Entity; } in getEntity() 295 void setEntity(DeclContext *E) { Entity = E; } in setEntity()
|
D | DelayedDiagnostic.h | 135 const AccessedEntity &Entity) { in makeAccess() argument 140 new (&DD.getAccessData()) AccessedEntity(Entity); in makeAccess()
|
/external/clang/lib/Lex/ |
D | PreprocessingRecord.cpp | 247 PreprocessingRecord::addPreprocessedEntity(PreprocessedEntity *Entity) { in addPreprocessedEntity() argument 248 assert(Entity); in addPreprocessedEntity() 249 SourceLocation BeginLoc = Entity->getSourceRange().getBegin(); in addPreprocessedEntity() 251 if (isa<MacroDefinition>(Entity)) { in addPreprocessedEntity() 256 PreprocessedEntities.push_back(Entity); in addPreprocessedEntity() 264 PreprocessedEntities.push_back(Entity); in addPreprocessedEntity() 292 pp_iter insertI = PreprocessedEntities.insert(RI, Entity); in addPreprocessedEntity() 303 pp_iter insertI = PreprocessedEntities.insert(I, Entity); in addPreprocessedEntity() 350 PreprocessedEntity *&Entity = LoadedPreprocessedEntities[Index]; in getLoadedPreprocessedEntity() local 351 if (!Entity) { in getLoadedPreprocessedEntity() [all …]
|
/external/lldb/include/lldb/Expression/ |
D | Materializer.h | 111 class Entity 114 Entity () : in Entity() function 121 virtual ~Entity () in ~Entity() 159 uint32_t AddStructMember (Entity &entity); 161 typedef std::unique_ptr<Entity> EntityUP; 166 Entity *m_result_entity;
|
/external/lldb/source/Expression/ |
D | Materializer.cpp | 29 Materializer::AddStructMember (Entity &entity) in AddStructMember() 50 Materializer::Entity::SetSizeAndAlignmentFromType (ClangASTType &type) in SetSizeAndAlignmentFromType() 65 class EntityPersistentVariable : public Materializer::Entity 69 Entity(), in EntityPersistentVariable() 405 class EntityVariable : public Materializer::Entity 409 Entity(), in EntityVariable() 713 class EntityResultVariable : public Materializer::Entity 717 Entity(), in EntityResultVariable() 984 class EntitySymbol : public Materializer::Entity 988 Entity(), in EntitySymbol() [all …]
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 940 const EntityInfo *Entity = static_cast<const EntityInfo *>(info); in clang_index_getClientEntity() local 941 return Entity->IndexCtx->getClientEntity(Entity->Dcl); in clang_index_getClientEntity() 948 const EntityInfo *Entity = static_cast<const EntityInfo *>(info); in clang_index_setClientEntity() local 949 Entity->IndexCtx->setClientEntity(Entity->Dcl, client); in clang_index_setClientEntity()
|
/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 1032 DIDescriptor Entity = Import.getEntity().resolve(TypeIdentifierMap); in processModule() local 1033 if (Entity.isType()) in processModule() 1034 processType(DIType(Entity)); in processModule() 1035 else if (Entity.isSubprogram()) in processModule() 1036 processSubprogram(DISubprogram(Entity)); in processModule() 1037 else if (Entity.isNameSpace()) in processModule() 1038 processScope(DINameSpace(Entity).getContext()); in processModule()
|
/external/chromium_org/third_party/skia/third_party/etc1/ |
D | LICENSE | 17 "Legal Entity" shall mean the union of the acting entity and all other 25 "You" (or "Your") shall mean an individual or Legal Entity exercising 53 Legal Entity authorized to submit on behalf of the copyright owner. For 63 "Contributor" shall mean Licensor and any individual or Legal Entity on
|
/external/chromium_org/third_party/closure_linter/ |
D | LICENSE | 15 "Legal Entity" shall mean the union of the acting entity and all 23 "You" (or "Your") shall mean an individual or Legal Entity 52 or by an individual or Legal Entity authorized to submit on behalf of 62 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/chromium_org/third_party/cython/src/ |
D | LICENSE.txt | 15 "Legal Entity" shall mean the union of the acting entity and all 23 "You" (or "Your") shall mean an individual or Legal Entity 52 or by an individual or Legal Entity authorized to submit on behalf of 62 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/chromium_org/third_party/cython/ |
D | LICENSE | 15 "Legal Entity" shall mean the union of the acting entity and all 23 "You" (or "Your") shall mean an individual or Legal Entity 52 or by an individual or Legal Entity authorized to submit on behalf of 62 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/ |
D | LICENSE | 15 "Legal Entity" shall mean the union of the acting entity and all 23 "You" (or "Your") shall mean an individual or Legal Entity 52 or by an individual or Legal Entity authorized to submit on behalf of 62 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/ |
D | LICENSE | 15 "Legal Entity" shall mean the union of the acting entity and all 23 "You" (or "Your") shall mean an individual or Legal Entity 52 or by an individual or Legal Entity authorized to submit on behalf of 62 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/skia/third_party/etc1/ |
D | LICENSE | 17 "Legal Entity" shall mean the union of the acting entity and all other 25 "You" (or "Your") shall mean an individual or Legal Entity exercising 53 Legal Entity authorized to submit on behalf of the copyright owner. For 63 "Contributor" shall mean Licensor and any individual or Legal Entity on
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | DOMHelper.java | 40 import org.w3c.dom.Entity; 1139 Entity entity = (Entity) entities.getNamedItem(name); in getUnparsedEntityURI()
|
/external/svox/picolanginstaller/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 65 or by an individual or Legal Entity authorized to submit on behalf of 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/eyes-free/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 65 or by an individual or Legal Entity authorized to submit on behalf of 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/svox/PicoLangInstallerEngUsa/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 65 or by an individual or Legal Entity authorized to submit on behalf of 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/libnfc-nxp/ |
D | NOTICE | 27 "Legal Entity" shall mean the union of the acting entity and all 35 "You" (or "Your") shall mean an individual or Legal Entity 64 or by an individual or Legal Entity authorized to submit on behalf of 74 "Contributor" shall mean Licensor and any individual or Legal Entity
|
/external/sqlite/android/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all 36 "You" (or "Your") shall mean an individual or Legal Entity 65 or by an individual or Legal Entity authorized to submit on behalf of 75 "Contributor" shall mean Licensor and any individual or Legal Entity
|