Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h842 bool isPositionValid() const LLVM_READONLY { in isPositionValid() function
847 assert(isPositionValid()); in getDepth()
852 assert(isPositionValid()); in getIndex()
858 assert(isPositionValid()); in setPosition()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp379 assert(isPositionValid()); in getParamName()
H A DJSONNodeDumper.cpp1658 JOS.attribute("param", C->isPositionValid() ? C->getParamName(FC) in visitTParamCommandComment()
1660 if (C->isPositionValid()) { in visitTParamCommandComment()
H A DTextNodeDumper.cpp841 if (C->isPositionValid()) in visitTParamCommandComment()
847 if (C->isPositionValid()) { in visitTParamCommandComment()