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

Overridden By

tools/clang/lib/Sema/MultiplexExternalSemaSource.cpp
  270 void MultiplexExternalSemaSource::ReadExtVectorDecls(
tools/clang/lib/Serialization/ASTReader.cpp
 8703 void ASTReader::ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h
  505   void ReadExtVectorDecls(

References

tools/clang/include/clang/AST/ExternalASTSource.h
  568       (source->*Loader)(Loaded);
tools/clang/include/clang/Sema/Sema.h
  616                      &ExternalSemaSource::ReadExtVectorDecls, 2, 2>
tools/clang/lib/Sema/MultiplexExternalSemaSource.cpp
  273     Sources[i]->ReadExtVectorDecls(Decls);
tools/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h
  508       Source->ReadExtVectorDecls(Decls);