Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp375 if (RD->getTypeForDecl()->isHLSLIntangibleType() || RD->isEmpty()) in requiresImplicitBufferLayoutStructure()
3602 if (VD->getType()->isHLSLIntangibleType()) in ActOnVariableDeclarator()
3711 assert(VD->hasGlobalStorage() && VD->getType()->isHLSLIntangibleType() && in collectResourceBindingsOnVarDecl()
H A DSemaTypeTraits.cpp1187 return T->isHLSLIntangibleType(); in EvaluateUnaryTypeTrait()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5269 bool Type::isHLSLIntangibleType() const { in isHLSLIntangibleType() function in Type
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2702 bool isHLSLIntangibleType()