Home
last modified time | relevance | path

Searched defs:isLocal (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp22 AST_MATCHER(VarDecl, isLocal) { return Node.isLocalVarDecl(); } in AST_MATCHER() argument
/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp294 std::error_code isLocal(const Twine &Path, bool &Result) override { in isLocal() function in llvm::FileCollectorFileSystem
H A DVirtualFileSystem.cpp145 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 DMemoryDependenceAnalysis.h151 bool isLocal() const { return isClobber() || isDef(); } isLocal() function
/llvm-project/lld/wasm/
H A DSymbols.cpp204 bool Symbol::isLocal() const { isLocal() function in lld::wasm::Symbol
/llvm-project/lld/ELF/
H A DSymbols.h191 bool isLocal() const { return binding == llvm::ELF::STB_LOCAL; } isLocal() function
H A DRelocations.cpp165 getMipsPairType(RelType type,bool isLocal) getMipsPairType() argument
[all...]
/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h518 bool isLocal(SlotIndex Start, SlotIndex End) const { in isLocal() function
/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h465 std::error_code isLocal(const Twine &Path, bool &Result) override { isLocal() function
/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp129 bool isLocal(const NamedDecl *D) { isLocal() function in __anon17ccbffa0111::USRGenerator
/llvm-project/flang/lib/Semantics/
H A Dtools.cpp564 bool isLocal{false}; FindGlobal() local
/llvm-project/llvm/unittests/Support/
H A DVirtualFileSystemTest.cpp3401 std::error_code isLocal(const Twine &Path, bool &Result) override { TEST() function
[all...]