Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DSourceCode.h318 bool isProtoFile(SourceLocation Loc, const SourceManager &SourceMgr);
DSourceCode.cpp1108 bool isProtoFile(SourceLocation Loc, const SourceManager &SM) { in isProtoFile() function
/external/llvm-project/clang-tools-extra/clangd/index/
DSymbolCollector.cpp82 if (!isProtoFile(nameLocation(ND, SM), SM)) in isPrivateProtoDecl()
/external/llvm-project/clang-tools-extra/clangd/refactor/
DRename.cpp177 if (isProtoFile(RenameDecl.getLocation(), in isExcluded()