Searched refs:FindFileRegionDecls (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExternalASTSource.cpp43 void ExternalASTSource::FindFileRegionDecls(FileID File, unsigned Offset, function in class:ExternalASTSource
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h92 FindFileRegionDecls(clang::FileID File, unsigned Offset, unsigned Length,
94 m_Source->FindFileRegionDecls(File, Offset, Length, Decls);
355 FindFileRegionDecls(clang::FileID File, unsigned Offset, unsigned Length,
358 Sources[i]->FindFileRegionDecls(File, Offset, Length, Decls);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h118 void FindFileRegionDecls(FileID File, unsigned Offset,unsigned Length,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp125 void MultiplexExternalSemaSource::FindFileRegionDecls(FileID File, function in class:MultiplexExternalSemaSource
130 Sources[i]->FindFileRegionDecls(File, Offset, Length, Decls);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h197 virtual void FindFileRegionDecls(FileID File, unsigned Offset,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1923 void FindFileRegionDecls(FileID File, unsigned Offset, unsigned Length,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp2463 return Ctx->getExternalSource()->FindFileRegionDecls(File, Offset, Length,
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7548 void ASTReader::FindFileRegionDecls(FileID File,

Completed in 149 milliseconds