Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DDeclBase.h618 unsigned getGlobalID() const { in getGlobalID() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriter.cpp3669 DeclID CanonID = I->first->isFromASTFile()? I->first->getGlobalID() in WriteMergedDecls()
4598 return D->getGlobalID(); in GetDeclRef()
4624 return D->getGlobalID(); in getDeclID()
DASTReaderDecl.cpp1878 GlobalDeclID ExistingCanonID = ExistingCanon->getGlobalID(); in mergeRedeclarable()
DASTReader.cpp3055 loadObjCCategories(ObjCClassesLoaded[I]->getGlobalID(), in ReadAST()
5431 GlobalDeclMapType::const_iterator I = GlobalDeclMap.find(D->getGlobalID()); in getOwningModuleFile()