Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Basic/
DModule.cpp200 bool AllowStringLiterals = true) { in printModuleId() argument
206 if (!AllowStringLiterals || isValidIdentifier(Name)) in printModuleId()
221 std::string Module::getFullModuleName(bool AllowStringLiterals) const { in getFullModuleName()
231 printModuleId(Out, Names.rbegin(), Names.rend(), AllowStringLiterals); in getFullModuleName()
/external/llvm-project/clang/include/clang/Basic/
DModule.h506 std::string getFullModuleName(bool AllowStringLiterals = false) const;