Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTUtils.h93 FindFileRegionDecls(clang::FileID File, unsigned Offset, unsigned Length, in FindFileRegionDecls() function
95 m_Source->FindFileRegionDecls(File, Offset, Length, Decls); in FindFileRegionDecls()
356 FindFileRegionDecls(clang::FileID File, unsigned Offset, unsigned Length, in FindFileRegionDecls() function
359 Sources[i]->FindFileRegionDecls(File, Offset, Length, Decls); in FindFileRegionDecls()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExternalASTSource.cpp43 void ExternalASTSource::FindFileRegionDecls(FileID File, unsigned Offset, in FindFileRegionDecls() function in ExternalASTSource
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp130 void MultiplexExternalSemaSource::FindFileRegionDecls(FileID File, in FindFileRegionDecls() function in MultiplexExternalSemaSource
135 Sources[i]->FindFileRegionDecls(File, Offset, Length, Decls); in FindFileRegionDecls()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DMultiplexExternalSemaSource.h117 void FindFileRegionDecls(FileID File, unsigned Offset,unsigned Length,
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExternalASTSource.h191 virtual void FindFileRegionDecls(FileID File, unsigned Offset,
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h1983 void FindFileRegionDecls(FileID File, unsigned Offset, unsigned Length,
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DASTUnit.cpp2466 return Ctx->getExternalSource()->FindFileRegionDecls(File, Offset, Length, in findFileRegionDecls()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp7694 void ASTReader::FindFileRegionDecls(FileID File, in FindFileRegionDecls() function in ASTReader