Searched refs:DeclIsFromPCHWithObjectFile (Results 1 – 7 of 7) sorted by relevance
175 bool MultiplexExternalSemaSource::DeclIsFromPCHWithObjectFile(const Decl *D) { in DeclIsFromPCHWithObjectFile() function in MultiplexExternalSemaSource177 if (S->DeclIsFromPCHWithObjectFile(D)) in DeclIsFromPCHWithObjectFile()
156 bool DeclIsFromPCHWithObjectFile(const Decl *D) override;
406 bool DeclIsFromPCHWithObjectFile(const clang::Decl *D) override { in DeclIsFromPCHWithObjectFile() function408 if (S->DeclIsFromPCHWithObjectFile(D)) in DeclIsFromPCHWithObjectFile()
166 virtual bool DeclIsFromPCHWithObjectFile(const Decl *D) { return false; } in DeclIsFromPCHWithObjectFile() function
2065 bool DeclIsFromPCHWithObjectFile(const Decl *D) override;
10172 if (getExternalSource()->DeclIsFromPCHWithObjectFile(D) && !IsExpInstDef) in DeclMustBeEmitted()
8461 bool ASTReader::DeclIsFromPCHWithObjectFile(const Decl *D) { in DeclIsFromPCHWithObjectFile() function in ASTReader