Home
last modified time | relevance | path

Searched refs:isPositionValid (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Index/
H A DCommentToXML.cpp62 if (!LHS->isPositionValid()) in operator ()()
64 if (!RHS->isPositionValid()) in operator ()()
386 if (C->isPositionValid()) { in visitTParamCommandComment()
401 if (C->isPositionValid()) { in visitTParamCommandComment()
772 appendToResultWithXMLEscaping(C->isPositionValid() ? C->getParamName(FC) in visitTParamCommandComment()
776 if (C->isPositionValid() && C->getDepth() == 1) { in visitTParamCommandComment()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXComment.cpp324 return TPCC->isPositionValid(); in clang_TParamCommandComment_isParamPositionValid()
329 if (!TPCC || !TPCC->isPositionValid()) in clang_TParamCommandComment_getDepth()
337 if (!TPCC || !TPCC->isPositionValid() || Depth >= TPCC->getDepth()) in clang_TParamCommandComment_getIndex()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DComment.h825 bool isPositionValid() const LLVM_READONLY { in isPositionValid() function
830 assert(isPositionValid()); in getDepth()
835 assert(isPositionValid()); in getIndex()
841 assert(isPositionValid()); in setPosition()
/openbsd/gnu/llvm/clang/lib/AST/
H A DComment.cpp372 assert(isPositionValid()); in getParamName()
H A DJSONNodeDumper.cpp1699 JOS.attribute("param", C->isPositionValid() ? C->getParamName(FC) in visitTParamCommandComment()
1701 if (C->isPositionValid()) { in visitTParamCommandComment()
H A DTextNodeDumper.cpp843 if (C->isPositionValid()) in visitTParamCommandComment()
849 if (C->isPositionValid()) { in visitTParamCommandComment()