Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp61 if (!LHS->isPositionValid()) in operator ()()
63 if (!RHS->isPositionValid()) in operator ()()
384 if (C->isPositionValid()) { in visitTParamCommandComment()
399 if (C->isPositionValid()) { in visitTParamCommandComment()
766 appendToResultWithXMLEscaping(C->isPositionValid() ? C->getParamName(FC) in visitTParamCommandComment()
770 if (C->isPositionValid() && C->getDepth() == 1) { in visitTParamCommandComment()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h843 bool isPositionValid() const LLVM_READONLY { in isPositionValid() function
848 assert(isPositionValid()); in getDepth()
853 assert(isPositionValid()); in getIndex()
859 assert(isPositionValid()); in setPosition()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DComment.cpp365 assert(isPositionValid()); in getParamName()
H A DTextNodeDumper.cpp523 if (C->isPositionValid()) in visitTParamCommandComment()
529 if (C->isPositionValid()) { in visitTParamCommandComment()