/llvm-project/clang-tools-extra/clang-tidy/misc/ |
H A D | ConstCorrectnessCheck.cpp | 22 AST_MATCHER(VarDecl, isLocal) { return Node.isLocalVarDecl(); } in AST_MATCHER() argument
|
/llvm-project/llvm/lib/Support/ |
H A D | FileCollector.cpp | 294 std::error_code isLocal(const Twine &Path, bool &Result) override { in isLocal() function in llvm::FileCollectorFileSystem
|
H A D | VirtualFileSystem.cpp | 145 std::error_code FileSystem::isLocal(const Twine &Path, bool &Result) { in isLocal() function in FileSystem 365 std::error_code RealFileSystem::isLocal(const Twine &Path, bool &Result) { isLocal() function in RealFileSystem 485 std::error_code OverlayFileSystem::isLocal(const Twine &Path, bool &Result) { isLocal() function in OverlayFileSystem 1190 std::error_code InMemoryFileSystem::isLocal(const Twine &Path, bool &Result) { isLocal() function in llvm::vfs::InMemoryFileSystem 1359 std::error_code RedirectingFileSystem::isLocal(const Twine &Path_, isLocal() function in RedirectingFileSystem
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | MemoryDependenceAnalysis.h | 151 bool isLocal() const { return isClobber() || isDef(); } isLocal() function
|
/llvm-project/lld/wasm/ |
H A D | Symbols.cpp | 204 bool Symbol::isLocal() const { isLocal() function in lld::wasm::Symbol
|
/llvm-project/lld/ELF/ |
H A D | Symbols.h | 191 bool isLocal() const { return binding == llvm::ELF::STB_LOCAL; } isLocal() function
|
H A D | Relocations.cpp | 165 getMipsPairType(RelType type,bool isLocal) getMipsPairType() argument [all...] |
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveInterval.h | 518 bool isLocal(SlotIndex Start, SlotIndex End) const { in isLocal() function
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | VirtualFileSystem.h | 465 std::error_code isLocal(const Twine &Path, bool &Result) override { isLocal() function
|
/llvm-project/clang/lib/Index/ |
H A D | USRGeneration.cpp | 129 bool isLocal(const NamedDecl *D) { isLocal() function in __anon17ccbffa0111::USRGenerator
|
/llvm-project/flang/lib/Semantics/ |
H A D | tools.cpp | 564 bool isLocal{false}; FindGlobal() local
|
/llvm-project/llvm/unittests/Support/ |
H A D | VirtualFileSystemTest.cpp | 3401 std::error_code isLocal(const Twine &Path, bool &Result) override { TEST() function [all...] |