Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaHLSL.h212 LocsForHLSLAttributedResources; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp1787 LocsForHLSLAttributedResources.insert(std::pair(RT, LocInfo)); in ProcessResourceTypeAttributes()
1797 auto I = LocsForHLSLAttributedResources.find(RT); in TakeLocForHLSLAttribute()
1798 if (I != LocsForHLSLAttributedResources.end()) { in TakeLocForHLSLAttribute()
1800 LocsForHLSLAttributedResources.erase(I); in TakeLocForHLSLAttribute()