HomeSort by: relevance | last modified time | path
    Searched refs:ScopeIndex (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Demangle/
MicrosoftDemangleNodes.cpp 359 if (ScopeIndex > 0)
360 OS << "{" << ScopeIndex << "}";
MicrosoftDemangle.cpp 314 LSGI->ScopeIndex = demangleUnsigned(MangledName);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
MicrosoftDemangleNodes.h 417 uint32_t ScopeIndex = 0;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 3362 unsigned OrderIndex, ScopeIndex;
3369 ScopeIndex = 3;
3373 ScopeIndex = 1;
3409 Arg = TheCall->getArg(ScopeIndex);

Completed in 36 milliseconds