Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DModule.cpp193 bool AllowStringLiterals = true) { in printModuleId() argument
199 if (!AllowStringLiterals || isValidIdentifier(Name)) in printModuleId()
214 std::string Module::getFullModuleName(bool AllowStringLiterals) const { in getFullModuleName()
224 printModuleId(Out, Names.rbegin(), Names.rend(), AllowStringLiterals); in getFullModuleName()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DModule.h441 std::string getFullModuleName(bool AllowStringLiterals = false) const;