Home
last modified time | relevance | path

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

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