Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXComment.cpp316 return TPCC->isPositionValid(); in clang_TParamCommandComment_isParamPositionValid()
321 if (!TPCC || !TPCC->isPositionValid()) in clang_TParamCommandComment_getDepth()
329 if (!TPCC || !TPCC->isPositionValid() || Depth >= TPCC->getDepth()) in clang_TParamCommandComment_getIndex()
386 if (!LHS->isPositionValid()) in operator ()()
388 if (!RHS->isPositionValid()) in operator ()()
688 if (C->isPositionValid()) { in visitTParamCommandComment()
701 if (C->isPositionValid()) { in visitTParamCommandComment()
986 if (C->isPositionValid() && C->getDepth() == 1) { in visitTParamCommandComment()
/external/clang/include/clang/AST/
DComment.h795 bool isPositionValid() const LLVM_READONLY { in isPositionValid() function
800 assert(isPositionValid()); in getDepth()
805 assert(isPositionValid()); in getIndex()
811 assert(isPositionValid()); in setPosition()
/external/clang/lib/AST/
DCommentDumper.cpp199 if (C->isPositionValid()) { in visitTParamCommandComment()