Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1819 bool isDeclIDFromModule(serialization::GlobalDeclID ID, ModuleFile &M) const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp4152 return Reader.isDeclIDFromModule(InterfaceID, M); in operator ()()
H A DASTReader.cpp7224 bool ASTReader::isDeclIDFromModule(serialization::GlobalDeclID ID, in isDeclIDFromModule() function in ASTReader