Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp359 if (ScopeIndex > 0) in output()
360 OS << "{" << ScopeIndex << "}"; in output()
H A DMicrosoftDemangle.cpp314 LSGI->ScopeIndex = demangleUnsigned(MangledName); in demangleLocalStaticGuard()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h417 uint32_t ScopeIndex = 0; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp3362 unsigned OrderIndex, ScopeIndex; in CheckAMDGCNBuiltinFunctionCall() local
3369 ScopeIndex = 3; in CheckAMDGCNBuiltinFunctionCall()
3373 ScopeIndex = 1; in CheckAMDGCNBuiltinFunctionCall()
3409 Arg = TheCall->getArg(ScopeIndex); in CheckAMDGCNBuiltinFunctionCall()