Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXComment.cpp325 return TPCC->isPositionValid(); in clang_TParamCommandComment_isParamPositionValid()
330 if (!TPCC || !TPCC->isPositionValid()) in clang_TParamCommandComment_getDepth()
338 if (!TPCC || !TPCC->isPositionValid() || Depth >= TPCC->getDepth()) in clang_TParamCommandComment_getIndex()
/external/clang/lib/Index/
DCommentToXML.cpp62 if (!LHS->isPositionValid()) in operator ()()
64 if (!RHS->isPositionValid()) in operator ()()
385 if (C->isPositionValid()) { in visitTParamCommandComment()
400 if (C->isPositionValid()) { in visitTParamCommandComment()
775 appendToResultWithXMLEscaping(C->isPositionValid() ? C->getParamName(FC) in visitTParamCommandComment()
779 if (C->isPositionValid() && C->getDepth() == 1) { in visitTParamCommandComment()
/external/clang/include/clang/AST/
DComment.h848 bool isPositionValid() const LLVM_READONLY { in isPositionValid() function
853 assert(isPositionValid()); in getDepth()
858 assert(isPositionValid()); in getIndex()
864 assert(isPositionValid()); in setPosition()
/external/clang/lib/AST/
DComment.cpp332 assert(isPositionValid()); in getParamName()
DASTDumper.cpp2413 if (C->isPositionValid()) in visitTParamCommandComment()
2419 if (C->isPositionValid()) { in visitTParamCommandComment()