Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DModule.cpp218 bool AllowStringLiterals = true) { in printModuleId() argument
224 if (!AllowStringLiterals || isValidAsciiIdentifier(Name)) in printModuleId()
239 std::string Module::getFullModuleName(bool AllowStringLiterals) const { in getFullModuleName()
249 printModuleId(Out, Names.rbegin(), Names.rend(), AllowStringLiterals); in getFullModuleName()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DModule.h587 std::string getFullModuleName(bool AllowStringLiterals = false) const;