Home
last modified time | relevance | path

Searched refs:AllowStringLiterals (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Basic/
H A DModule.cpp198 bool AllowStringLiterals = true) { in printModuleId() argument
204 if (!AllowStringLiterals || isValidAsciiIdentifier(Name)) in printModuleId()
219 std::string Module::getFullModuleName(bool AllowStringLiterals) const { in getFullModuleName()
229 printModuleId(Out, Names.rbegin(), Names.rend(), AllowStringLiterals); in getFullModuleName()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DModule.h576 std::string getFullModuleName(bool AllowStringLiterals = false) const;