Searched defs:getEntityInfo (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/libclang/
H A DIndexingContext.cpp32 IdxCtx.getEntityInfo(PD, ProtEntities.back(), SA);
104 IdxCtx.getEntityInfo(InterD, IBInfo.ClassInfo, SA);
142 IdxCtx.getEntityInfo(BaseD, BaseEntities.back(), SA);
319 getEntityInfo(D, DInfo.EntInfo, SA);
449 getEntityInfo(SuperD, BaseEntity, SA);
521 getEntityInfo(IFaceD, ClassEntity, SA);
553 getEntityInfo(IFaceD, ClassEntity, SA);
614 getEntityInfo(Getter, GetterEntity, SA);
620 getEntityInfo(Setter, SetterEntity, SA);
693 getEntityInfo(
914 void IndexingContext::getEntityInfo(const NamedDecl *D, function in class:IndexingContext
[all...]

Completed in 70 milliseconds