Home
last modified time | relevance | path

Searched defs:IncludeFile (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/libc/utils/HdrGen/
DIncludeFileCommand.cpp29 llvm::StringRef IncludeFile = Args[0]; in run() local
/external/llvm-project/clang-tools-extra/clang-tidy/portability/
DRestrictSystemIncludesCheck.h69 std::string IncludeFile; // Filename as a string member
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_file.h95 void IncludeFile(const std::string& google3_name, io::Printer* printer) { in IncludeFile() function
/external/llvm-project/clang-tools-extra/clang-tidy/utils/
DIncludeSorter.cpp67 DetermineIncludeKind(StringRef CanonicalFile, StringRef IncludeFile, in DetermineIncludeKind()