Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp361 if (ScopeIndex > 0) in output()
362 OB << "{" << ScopeIndex << "}"; in output()
H A DMicrosoftDemangle.cpp314 LSGI->ScopeIndex = demangleUnsigned(MangledName); in demangleLocalStaticGuard()
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h416 uint32_t ScopeIndex = 0; member
/llvm-project-15.0.7/libunwind/src/
H A DUnwindCursor.hpp57 ULONG ScopeIndex; member
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaChecking.cpp4246 unsigned OrderIndex, ScopeIndex; in CheckAMDGCNBuiltinFunctionCall() local
4253 ScopeIndex = 3; in CheckAMDGCNBuiltinFunctionCall()
4257 ScopeIndex = 1; in CheckAMDGCNBuiltinFunctionCall()
4293 Arg = TheCall->getArg(ScopeIndex); in CheckAMDGCNBuiltinFunctionCall()