Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DDirectiveEmitter.cpp68 return (Twine(getFESpelling(FE)) + "::" + DirLang.getCppNamespace().str() + in getQualifier()
295 SplitString(DirLang.getCppNamespace(), Namespaces, "::"); in emitDirectivesDecl()
787 DirLang.getCppNamespace() + "' ") in generateGetDirectiveAssociation()
968 SplitString(DirLang.getCppNamespace(), Namespaces, "::"); in generateDirectiveClauseSets()
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DDirectiveEmitter.h40 StringRef getCppNamespace() const { in getCppNamespace() function