reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Overridden By

tools/clang/lib/Sema/MultiplexExternalSemaSource.cpp
  173 bool MultiplexExternalSemaSource::DeclIsFromPCHWithObjectFile(const Decl *D) {
tools/clang/lib/Serialization/ASTReader.cpp
 9001 bool ASTReader::DeclIsFromPCHWithObjectFile(const Decl *D) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h
  406   bool DeclIsFromPCHWithObjectFile(const clang::Decl *D) override {

References

tools/clang/lib/AST/ASTContext.cpp
10010     if (getExternalSource()->DeclIsFromPCHWithObjectFile(D) && !IsExpInstDef)
tools/clang/lib/Sema/MultiplexExternalSemaSource.cpp
  175     if (S->DeclIsFromPCHWithObjectFile(D))
tools/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h
  408       if (S->DeclIsFromPCHWithObjectFile(D))