Searched refs:IncludesCollection (Results 1 – 7 of 7) sorted by relevance
3 PathFilePair IncludesCollection::split_path(const string& filePath) { in split_path()16 void IncludesCollection::add_to_collection(const string& dirPath) { in add_to_collection()48 bool IncludesCollection::exists(string filePath) { in exists()72 IncludesCollection * create_IncludesCollection() { in create_IncludesCollection()73 return new IncludesCollection; in create_IncludesCollection()76 void delete_IncludesCollection(IncludesCollection *m) { in delete_IncludesCollection()80 int call_IncludesCollection_exists(IncludesCollection* m, const char * filePath) { in call_IncludesCollection_exists()
27 struct IncludesCollection { struct41 struct IncludesCollection; argument49 struct IncludesCollection * create_IncludesCollection(void);50 void delete_IncludesCollection(struct IncludesCollection *);52 int call_IncludesCollection_exists(struct IncludesCollection* m, const char* filePath);
37 int exists_path(struct IncludesCollection*, char*);51 struct IncludesCollection* incCollection;134 struct IncludesCollection* incCollection; in exists_path()
172 struct IncludesCollection* incCollection, struct symhash *symbols);179 struct IncludesCollection* incCollection, struct symhash *symbols);
48 struct IncludesCollection* incCollection;
175 struct IncludesCollection* incCollection;
Completed in 30 milliseconds