Home
last modified time | relevance | path

Searched refs:isProtoFile (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DSourceCode.h326 bool isProtoFile(SourceLocation Loc, const SourceManager &SourceMgr);
H A DSourceCode.cpp1170 bool isProtoFile(SourceLocation Loc, const SourceManager &SM) { in isProtoFile() function
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/
H A DRename.cpp168 isProtoFile(RenameDecl.getLocation(), SM); in isExcluded()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DSymbolCollector.cpp54 if (!isProtoFile(nameLocation(ND, SM), SM)) in isPrivateProtoDecl()