Searched refs:TPCC (Results 1 – 4 of 4) sorted by relevance
312 const TParamCommandComment *TPCC = getASTNodeAs<TParamCommandComment>(CXC); in clang_TParamCommandComment_getParamName() local313 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() local321 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() local329 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 …]
156 const TParamCommandComment *TPCC = cast<TParamCommandComment>(Child); in FullCommentParts() local157 if (!TPCC->hasParamName()) in FullCommentParts()160 if (!TPCC->hasNonWhitespaceParagraph()) in FullCommentParts()163 TParams.push_back(TPCC); in FullCommentParts()
382 WREG32_P(CG_TPC, TPCC(c), ~TPCC_MASK); in r600_set_tpc()
1303 # define TPCC(x) ((x) << 0) macro