Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DComment.h177 void setSourceRange(SourceRange SR) { in setSourceRange() function
569 setSourceRange(SourceRange(Content.front()->getLocStart(), in ParagraphComment()
691 setSourceRange(SourceRange(getLocStart(), NewLocEnd)); in setArgs()
707 setSourceRange(SourceRange(getLocStart(), NewLocEnd)); in setParagraph()
1108 setSourceRange(SourceRange(Blocks.front()->getLocStart(), in FullComment()
H A DExprObjC.h1366 void setSourceRange(SourceRange R) {
H A DExprCXX.h595 void setSourceRange(SourceRange R) { Range = R; } in setSourceRange() function
732 void setSourceRange(SourceRange R) { Range = R; } in setSourceRange() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DYAMLParser.h133 void setSourceRange(SMRange SR) { SourceRange = SR; } in setSourceRange() function
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1296 E->setSourceRange(ReadSourceRange(Record, Idx)); in VisitCXXTypeidExpr()
1617 E->setSourceRange(ReadSourceRange(Record, Idx)); in VisitCXXUuidofExpr()