Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXComment.cpp312 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC); in clang_TParamCommandComment_getParamName() local
313 if (!TPCC || !TPCC->hasParamName()) in clang_TParamCommandComment_getParamName()
316 return cxstring::createRef(TPCC->getParamNameAsWritten()); in clang_TParamCommandComment_getParamName()
320 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC); in clang_TParamCommandComment_isParamPositionValid() local
321 if (!TPCC) in clang_TParamCommandComment_isParamPositionValid()
324 return TPCC->isPositionValid(); in clang_TParamCommandComment_isParamPositionValid()
328 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC); in clang_TParamCommandComment_getDepth() local
329 if (!TPCC || !TPCC->isPositionValid()) in clang_TParamCommandComment_getDepth()
332 return TPCC->getDepth(); in clang_TParamCommandComment_getDepth()
337 if (!TPCC || !TPCC->isPositionValid() || Depth >= TPCC->getDepth()) in clang_TParamCommandComment_getIndex()
[all …]
/openbsd/gnu/llvm/clang/lib/Index/
H A DCommentToXML.cpp156 const TParamCommandComment *TPCC = cast<TParamCommandComment>(Child); in FullCommentParts() local
157 if (!TPCC->hasParamName()) in FullCommentParts()
160 if (!TPCC->hasNonWhitespaceParagraph()) in FullCommentParts()
163 TParams.push_back(TPCC); in FullCommentParts()
/openbsd/sys/dev/pci/drm/radeon/
H A Dr600_dpm.c382 WREG32_P(CG_TPC, TPCC(c), ~TPCC_MASK); in r600_set_tpc()
H A Dr600d.h1303 # define TPCC(x) ((x) << 0) macro