Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DModule.cpp223 bool AllowStringLiterals = true) { in printModuleId() argument
229 if (!AllowStringLiterals || isValidAsciiIdentifier(Name)) in printModuleId()
244 std::string Module::getFullModuleName(bool AllowStringLiterals) const { in getFullModuleName()
254 printModuleId(Out, Names.rbegin(), Names.rend(), AllowStringLiterals); in getFullModuleName()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h656 std::string getFullModuleName(bool AllowStringLiterals = false) const;