Searched defs:ReadExtVectorDecls (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/include/clang/Sema/ | ||
H A D | ExternalSemaSource.h | 135 virtual void ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) {} in ReadExtVectorDecls() function |
/llvm-project/clang/lib/Sema/ | ||
H A D | MultiplexExternalSemaSource.cpp | 270 void MultiplexExternalSemaSource::ReadExtVectorDecls( ReadExtVectorDecls() function in MultiplexExternalSemaSource |
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ | ||
H A D | ASTUtils.h | 503 void ReadExtVectorDecls( ReadExtVectorDecls() function |
/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTReader.cpp | 8742 void ASTReader::ReadExtVectorDecls(SmallVectorImpl<TypedefNameDecl *> &Decls) { ReadExtVectorDecls() function in ASTReader |