Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1899 bool isDeclIDFromModule(serialization::GlobalDeclID ID, ModuleFile &M) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4422 return Reader.isDeclIDFromModule(InterfaceID, M); in operator ()()
H A DASTReader.cpp7647 bool ASTReader::isDeclIDFromModule(serialization::GlobalDeclID ID, in isDeclIDFromModule() function in ASTReader