Home
last modified time | relevance | path

Searched refs:ECtx (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DMapper.cpp47 CDCtx.ECtx->reportResult(llvm::toHex(llvm::toStringRef(I.first->USR)), in mapDecl()
50 CDCtx.ECtx->reportResult(llvm::toHex(llvm::toStringRef(I.second->USR)), in mapDecl()
H A DRepresentation.cpp322 ClangDocContext::ClangDocContext(tooling::ExecutionContext *ECtx, in ClangDocContext() argument
328 : ECtx(ECtx), ProjectName(ProjectName), PublicOnly(PublicOnly), in ClangDocContext()
H A DRepresentation.h428 ClangDocContext(tooling::ExecutionContext *ECtx, StringRef ProjectName,
433 tooling::ExecutionContext *ECtx; member