Home
last modified time | relevance | path

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

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