Home
last modified time | relevance | path

Searched refs:IncludeName (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/InstallAPI/
DHeaderFile.h56 std::string IncludeName; variable
63 StringRef IncludeName = StringRef(),
65 : FullPath(FullPath), Type(Type), IncludeName(IncludeName), in FullPath()
71 StringRef getIncludeName() const { return IncludeName; } in getIncludeName()
75 return Type != HeaderType::Project && !IncludeName.empty(); in useIncludeName()
79 return std::tie(Type, FullPath, IncludeName, Language) ==
80 std::tie(Other.Type, Other.FullPath, Other.IncludeName,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/InstallAPI/
DHeaderFile.h56 std::string IncludeName; variable
63 StringRef IncludeName = StringRef(),
65 : FullPath(FullPath), Type(Type), IncludeName(IncludeName), in FullPath()
71 StringRef getIncludeName() const { return IncludeName; } in getIncludeName()
75 return Type != HeaderType::Project && !IncludeName.empty(); in useIncludeName()
79 return std::tie(Type, FullPath, IncludeName, Language) ==
80 std::tie(Other.Type, Other.FullPath, Other.IncludeName,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/InstallAPI/
DHeaderFile.h58 std::string IncludeName; variable
71 StringRef IncludeName = StringRef(),
73 : FullPath(FullPath), Type(Type), IncludeName(IncludeName), in FullPath()
79 StringRef getIncludeName() const { return IncludeName; } in getIncludeName()
90 return Type != HeaderType::Project && !IncludeName.empty(); in useIncludeName()
94 return std::tie(Type, FullPath, IncludeName, Language, Excluded, Extra,
96 Other.IncludeName, Other.Language,
/aosp_15_r20/external/clang/lib/Format/
H A DFormat.cpp1284 int getIncludePriority(StringRef IncludeName, bool CheckMainHeader) { in getIncludePriority() argument
1287 if (CategoryRegexs[i].match(IncludeName)) { in getIncludePriority()
1291 if (CheckMainHeader && IsMainFile && Ret > 0 && isMainHeader(IncludeName)) in getIncludePriority()
1297 bool isMainHeader(StringRef IncludeName) const { in isMainHeader()
1298 if (!IncludeName.startswith("\"")) in isMainHeader()
1301 llvm::sys::path::stem(IncludeName.drop_front(1).drop_back(1)); in isMainHeader()
1359 StringRef IncludeName = Matches[2]; in sortCppIncludes() local
1361 IncludeName, in sortCppIncludes()
1365 IncludesInBlock.push_back({IncludeName, Line, Prev, Category}); in sortCppIncludes()
1543 StringRef IncludeName = Matches[2]; in fixCppIncludeInsertions() local
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Tooling/Inclusions/
DHeaderIncludes.h36 int getIncludePriority(StringRef IncludeName, bool CheckMainHeader) const;
37 int getSortIncludePriority(StringRef IncludeName, bool CheckMainHeader) const;
40 bool isMainHeader(StringRef IncludeName) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Tooling/Inclusions/
DHeaderIncludes.h36 int getIncludePriority(StringRef IncludeName, bool CheckMainHeader) const;
37 int getSortIncludePriority(StringRef IncludeName, bool CheckMainHeader) const;
40 bool isMainHeader(StringRef IncludeName) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Tooling/Inclusions/
DHeaderIncludes.h36 int getIncludePriority(StringRef IncludeName, bool CheckMainHeader) const;
37 int getSortIncludePriority(StringRef IncludeName, bool CheckMainHeader) const;
40 bool isMainHeader(StringRef IncludeName) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Tooling/Inclusions/
DHeaderIncludes.h36 int getIncludePriority(StringRef IncludeName, bool CheckMainHeader) const;
37 int getSortIncludePriority(StringRef IncludeName, bool CheckMainHeader) const;
40 bool isMainHeader(StringRef IncludeName) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp339 const char *IncludeName; in getSubDirectoryPath() local
343 IncludeName = "include"; in getSubDirectoryPath()
347 IncludeName = "include"; in getSubDirectoryPath()
351 IncludeName = "inc"; in getSubDirectoryPath()
379 sys::path::append(Path, IncludeName); in getSubDirectoryPath()