Searched refs:ReadExtVectorDecls (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DExternalSemaSource.h137 virtual void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) {} function in class:clang::ExternalSemaSource
H A DMultiplexExternalSemaSource.h277 void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl*> &Decls) override;
H A DSema.h650 &ExternalSemaSource::ReadExtVectorDecls, 2, 2>
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp272 void MultiplexExternalSemaSource::ReadExtVectorDecls( function in class:MultiplexExternalSemaSource
275 Sources[i]->ReadExtVectorDecls(Decls);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h505 void ReadExtVectorDecls(
508 Source->ReadExtVectorDecls(Decls);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1981 void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) override;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8163 void ASTReader::ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) {

Completed in 200 milliseconds