Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DLambdaFunctionNameCheck.cpp38 bool HasFile = false; in MacroExpands() local
44 HasFile = true; in MacroExpands()
50 if (HasFile && HasLine) { in MacroExpands()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DReproducer.h161 if (!HasFile(T::file)) in GetFile()
181 bool HasFile(llvm::StringRef file);
/llvm-project-15.0.7/lldb/source/Utility/
H A DReproducer.cpp226 bool Loader::HasFile(StringRef file) { in HasFile() function in Loader
/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp2065 bool HasFile = (Record.size() >= 7); in parseOneMetadata() local
2071 HasFile ? getMDOrNull(Record[6]) : nullptr, in parseOneMetadata()
2072 HasFile ? Record[4] : 0, getMDString(Record[5]), in parseOneMetadata()