Home
last modified time | relevance | path

Searched refs:isDeclIDFromModule (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1820 bool isDeclIDFromModule(serialization::GlobalDeclID ID, ModuleFile &M) const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp4377 return Reader.isDeclIDFromModule(InterfaceID, M); in operator ()()
H A DASTReader.cpp7307 bool ASTReader::isDeclIDFromModule(serialization::GlobalDeclID ID, in isDeclIDFromModule() function in ASTReader