Searched refs:DeclIsFromPCHWithObjectFile (Results 1 – 6 of 6) sorted by relevance
174 bool MultiplexExternalSemaSource::DeclIsFromPCHWithObjectFile(const Decl *D) { in DeclIsFromPCHWithObjectFile() function in MultiplexExternalSemaSource176 if (S->DeclIsFromPCHWithObjectFile(D)) in DeclIsFromPCHWithObjectFile()
155 bool DeclIsFromPCHWithObjectFile(const Decl *D) override;
168 virtual bool DeclIsFromPCHWithObjectFile(const Decl *D) { return false; } in DeclIsFromPCHWithObjectFile() function
2094 bool DeclIsFromPCHWithObjectFile(const Decl *D) override;
9827 if (getExternalSource()->DeclIsFromPCHWithObjectFile(D) && !IsExpInstDef) in DeclMustBeEmitted()
8480 bool ASTReader::DeclIsFromPCHWithObjectFile(const Decl *D) { in DeclIsFromPCHWithObjectFile() function in ASTReader