Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp3237 static bool isInVkNamespace(const RecordType *RT) { in isInVkNamespace() function
3255 if (isInVkNamespace(RT) && RT->getDecl()->getName() == "Literal") { in checkHLSLSpirvTypeOperand()
3266 if (RT && isInVkNamespace(RT) && in checkHLSLSpirvTypeOperand()