HomeSort by relevance Sort by last modified time
    Searched defs:InitializedEntity (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
Initialization.h 41 class InitializedEntity {
101 const InitializedEntity *Parent;
161 InitializedEntity() : ManglingNumber(0) {}
164 InitializedEntity(VarDecl *Var)
171 InitializedEntity(EntityKind Kind, SourceLocation Loc, QualType Type,
180 InitializedEntity(FieldDecl *Member, const InitializedEntity *Parent)
185 InitializedEntity(ASTContext &Context, unsigned Index,
186 const InitializedEntity &Parent);
189 InitializedEntity(IdentifierInfo *VarID, QualType FieldType, SourceLocation Loc
    [all...]
  /external/clang/lib/Sema/
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...]

Completed in 95 milliseconds