Searched refs:getGlobalID (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclBase.h617 unsigned getGlobalID() const { function in class:clang::Decl
/external/clang/lib/Serialization/
H A DASTWriter.cpp3819 DeclID CanonID = I->first->isFromASTFile()? I->first->getGlobalID()
4856 return D->getGlobalID();
4882 return D->getGlobalID();
H A DASTReaderDecl.cpp2081 GlobalDeclID ExistingCanonID = ExistingCanon->getGlobalID();
H A DASTReader.cpp3602 loadObjCCategories(ObjCClassesLoaded[I]->getGlobalID(),
6058 GlobalDeclMapType::const_iterator I = GlobalDeclMap.find(D->getGlobalID());

Completed in 92 milliseconds