Home
last modified time | relevance | path

Searched refs:getCommentInfo (Results 1 – 19 of 19) sorted by relevance

/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clang-doc/
H A DBitcodeReader.cpp269 template <typename T> CommentInfo *getCommentInfo(T I) { in getCommentInfo() function
274 template <> CommentInfo *getCommentInfo(FunctionInfo *I) { in getCommentInfo() function
279 template <> CommentInfo *getCommentInfo(NamespaceInfo *I) { in getCommentInfo() function
284 template <> CommentInfo *getCommentInfo(RecordInfo *I) { in getCommentInfo() function
289 template <> CommentInfo *getCommentInfo(EnumInfo *I) { in getCommentInfo() function
294 template <> CommentInfo *getCommentInfo(CommentInfo *I) { in getCommentInfo() function
299 template <> CommentInfo *getCommentInfo(std::unique_ptr<CommentInfo> &I) { in getCommentInfo() function
300 return getCommentInfo(I.get()); in getCommentInfo()
460 if (readBlock(ID, getCommentInfo(I))) in readSubBlock()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-doc/
H A DBitcodeReader.cpp296 template <typename T> llvm::Expected<CommentInfo *> getCommentInfo(T I) { in getCommentInfo() function
302 template <> llvm::Expected<CommentInfo *> getCommentInfo(FunctionInfo *I) { in getCommentInfo() function
307 template <> llvm::Expected<CommentInfo *> getCommentInfo(NamespaceInfo *I) { in getCommentInfo() function
312 template <> llvm::Expected<CommentInfo *> getCommentInfo(RecordInfo *I) { in getCommentInfo() function
317 template <> llvm::Expected<CommentInfo *> getCommentInfo(EnumInfo *I) { in getCommentInfo() function
322 template <> llvm::Expected<CommentInfo *> getCommentInfo(CommentInfo *I) { in getCommentInfo() function
328 llvm::Expected<CommentInfo *> getCommentInfo(std::unique_ptr<CommentInfo> &I) { in getCommentInfo() function
329 return getCommentInfo(I.get()); in getCommentInfo()
543 auto Comment = getCommentInfo(I); in readSubBlock()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-doc/
H A DBitcodeReader.cpp303 template <typename T> llvm::Expected<CommentInfo *> getCommentInfo(T I) { in getCommentInfo() function
309 template <> llvm::Expected<CommentInfo *> getCommentInfo(FunctionInfo *I) { in getCommentInfo() function
314 template <> llvm::Expected<CommentInfo *> getCommentInfo(NamespaceInfo *I) { in getCommentInfo() function
319 template <> llvm::Expected<CommentInfo *> getCommentInfo(RecordInfo *I) { in getCommentInfo() function
324 template <> llvm::Expected<CommentInfo *> getCommentInfo(EnumInfo *I) { in getCommentInfo() function
329 template <> llvm::Expected<CommentInfo *> getCommentInfo(CommentInfo *I) { in getCommentInfo() function
335 llvm::Expected<CommentInfo *> getCommentInfo(std::unique_ptr<CommentInfo> &I) { in getCommentInfo() function
336 return getCommentInfo(I.get()); in getCommentInfo()
553 auto Comment = getCommentInfo(I); in readSubBlock()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-doc/
H A DBitcodeReader.cpp328 template <typename T> llvm::Expected<CommentInfo *> getCommentInfo(T I) { in getCommentInfo() function
333 template <> llvm::Expected<CommentInfo *> getCommentInfo(FunctionInfo *I) { in getCommentInfo() function
338 template <> llvm::Expected<CommentInfo *> getCommentInfo(NamespaceInfo *I) { in getCommentInfo() function
343 template <> llvm::Expected<CommentInfo *> getCommentInfo(RecordInfo *I) { in getCommentInfo() function
348 template <> llvm::Expected<CommentInfo *> getCommentInfo(EnumInfo *I) { in getCommentInfo() function
353 template <> llvm::Expected<CommentInfo *> getCommentInfo(CommentInfo *I) { in getCommentInfo() function
359 llvm::Expected<CommentInfo *> getCommentInfo(std::unique_ptr<CommentInfo> &I) { in getCommentInfo() function
360 return getCommentInfo(I.get()); in getCommentInfo()
581 auto Comment = getCommentInfo(I); in readSubBlock()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-doc/
H A DBitcodeReader.cpp328 template <typename T> llvm::Expected<CommentInfo *> getCommentInfo(T I) { in getCommentInfo() function
333 template <> llvm::Expected<CommentInfo *> getCommentInfo(FunctionInfo *I) { in getCommentInfo() function
338 template <> llvm::Expected<CommentInfo *> getCommentInfo(NamespaceInfo *I) { in getCommentInfo() function
343 template <> llvm::Expected<CommentInfo *> getCommentInfo(RecordInfo *I) { in getCommentInfo() function
348 template <> llvm::Expected<CommentInfo *> getCommentInfo(EnumInfo *I) { in getCommentInfo() function
353 template <> llvm::Expected<CommentInfo *> getCommentInfo(CommentInfo *I) { in getCommentInfo() function
359 llvm::Expected<CommentInfo *> getCommentInfo(std::unique_ptr<CommentInfo> &I) { in getCommentInfo() function
360 return getCommentInfo(I.get()); in getCommentInfo()
581 auto Comment = getCommentInfo(I); in readSubBlock()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-doc/
H A DBitcodeReader.cpp328 template <typename T> llvm::Expected<CommentInfo *> getCommentInfo(T I) { in getCommentInfo() function
333 template <> llvm::Expected<CommentInfo *> getCommentInfo(FunctionInfo *I) { in getCommentInfo() function
338 template <> llvm::Expected<CommentInfo *> getCommentInfo(NamespaceInfo *I) { in getCommentInfo() function
343 template <> llvm::Expected<CommentInfo *> getCommentInfo(RecordInfo *I) { in getCommentInfo() function
348 template <> llvm::Expected<CommentInfo *> getCommentInfo(EnumInfo *I) { in getCommentInfo() function
353 template <> llvm::Expected<CommentInfo *> getCommentInfo(CommentInfo *I) { in getCommentInfo() function
359 llvm::Expected<CommentInfo *> getCommentInfo(std::unique_ptr<CommentInfo> &I) { in getCommentInfo() function
360 return getCommentInfo(I.get()); in getCommentInfo()
581 auto Comment = getCommentInfo(I); in readSubBlock()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-doc/
H A DBitcodeReader.cpp328 template <typename T> llvm::Expected<CommentInfo *> getCommentInfo(T I) { in getCommentInfo() function
333 template <> llvm::Expected<CommentInfo *> getCommentInfo(FunctionInfo *I) { in getCommentInfo() function
338 template <> llvm::Expected<CommentInfo *> getCommentInfo(NamespaceInfo *I) { in getCommentInfo() function
343 template <> llvm::Expected<CommentInfo *> getCommentInfo(RecordInfo *I) { in getCommentInfo() function
348 template <> llvm::Expected<CommentInfo *> getCommentInfo(EnumInfo *I) { in getCommentInfo() function
353 template <> llvm::Expected<CommentInfo *> getCommentInfo(CommentInfo *I) { in getCommentInfo() function
359 llvm::Expected<CommentInfo *> getCommentInfo(std::unique_ptr<CommentInfo> &I) { in getCommentInfo() function
360 return getCommentInfo(I.get()); in getCommentInfo()
581 auto Comment = getCommentInfo(I); in readSubBlock()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-doc/
H A DBitcodeReader.cpp328 template <typename T> llvm::Expected<CommentInfo *> getCommentInfo(T I) { in getCommentInfo() function
333 template <> llvm::Expected<CommentInfo *> getCommentInfo(FunctionInfo *I) { in getCommentInfo() function
338 template <> llvm::Expected<CommentInfo *> getCommentInfo(NamespaceInfo *I) { in getCommentInfo() function
343 template <> llvm::Expected<CommentInfo *> getCommentInfo(RecordInfo *I) { in getCommentInfo() function
348 template <> llvm::Expected<CommentInfo *> getCommentInfo(EnumInfo *I) { in getCommentInfo() function
353 template <> llvm::Expected<CommentInfo *> getCommentInfo(CommentInfo *I) { in getCommentInfo() function
359 llvm::Expected<CommentInfo *> getCommentInfo(std::unique_ptr<CommentInfo> &I) { in getCommentInfo() function
360 return getCommentInfo(I.get()); in getCommentInfo()
581 auto Comment = getCommentInfo(I); in readSubBlock()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-doc/
H A DBitcodeReader.cpp328 template <typename T> llvm::Expected<CommentInfo *> getCommentInfo(T I) { in getCommentInfo() function
333 template <> llvm::Expected<CommentInfo *> getCommentInfo(FunctionInfo *I) { in getCommentInfo() function
338 template <> llvm::Expected<CommentInfo *> getCommentInfo(NamespaceInfo *I) { in getCommentInfo() function
343 template <> llvm::Expected<CommentInfo *> getCommentInfo(RecordInfo *I) { in getCommentInfo() function
348 template <> llvm::Expected<CommentInfo *> getCommentInfo(EnumInfo *I) { in getCommentInfo() function
353 template <> llvm::Expected<CommentInfo *> getCommentInfo(CommentInfo *I) { in getCommentInfo() function
359 llvm::Expected<CommentInfo *> getCommentInfo(std::unique_ptr<CommentInfo> &I) { in getCommentInfo() function
360 return getCommentInfo(I.get()); in getCommentInfo()
581 auto Comment = getCommentInfo(I); in readSubBlock()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-doc/
H A DBitcodeReader.cpp328 template <typename T> llvm::Expected<CommentInfo *> getCommentInfo(T I) { in getCommentInfo() function
333 template <> llvm::Expected<CommentInfo *> getCommentInfo(FunctionInfo *I) { in getCommentInfo() function
338 template <> llvm::Expected<CommentInfo *> getCommentInfo(NamespaceInfo *I) { in getCommentInfo() function
343 template <> llvm::Expected<CommentInfo *> getCommentInfo(RecordInfo *I) { in getCommentInfo() function
348 template <> llvm::Expected<CommentInfo *> getCommentInfo(EnumInfo *I) { in getCommentInfo() function
353 template <> llvm::Expected<CommentInfo *> getCommentInfo(CommentInfo *I) { in getCommentInfo() function
359 llvm::Expected<CommentInfo *> getCommentInfo(std::unique_ptr<CommentInfo> &I) { in getCommentInfo() function
360 return getCommentInfo(I.get()); in getCommentInfo()
581 auto Comment = getCommentInfo(I); in readSubBlock()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-doc/
H A DBitcodeReader.cpp333 template <typename T> llvm::Expected<CommentInfo *> getCommentInfo(T I) { in getCommentInfo() function
338 template <> llvm::Expected<CommentInfo *> getCommentInfo(FunctionInfo *I) { in getCommentInfo() function
343 template <> llvm::Expected<CommentInfo *> getCommentInfo(NamespaceInfo *I) { in getCommentInfo() function
348 template <> llvm::Expected<CommentInfo *> getCommentInfo(RecordInfo *I) { in getCommentInfo() function
353 template <> llvm::Expected<CommentInfo *> getCommentInfo(EnumInfo *I) { in getCommentInfo() function
358 template <> llvm::Expected<CommentInfo *> getCommentInfo(CommentInfo *I) { in getCommentInfo() function
364 llvm::Expected<CommentInfo *> getCommentInfo(std::unique_ptr<CommentInfo> &I) { in getCommentInfo() function
365 return getCommentInfo(I.get()); in getCommentInfo()
586 auto Comment = getCommentInfo(I); in readSubBlock()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-doc/
H A DBitcodeReader.cpp328 template <typename T> llvm::Expected<CommentInfo *> getCommentInfo(T I) { in getCommentInfo() function
333 template <> llvm::Expected<CommentInfo *> getCommentInfo(FunctionInfo *I) { in getCommentInfo() function
338 template <> llvm::Expected<CommentInfo *> getCommentInfo(NamespaceInfo *I) { in getCommentInfo() function
343 template <> llvm::Expected<CommentInfo *> getCommentInfo(RecordInfo *I) { in getCommentInfo() function
348 template <> llvm::Expected<CommentInfo *> getCommentInfo(EnumInfo *I) { in getCommentInfo() function
353 template <> llvm::Expected<CommentInfo *> getCommentInfo(CommentInfo *I) { in getCommentInfo() function
359 llvm::Expected<CommentInfo *> getCommentInfo(std::unique_ptr<CommentInfo> &I) { in getCommentInfo() function
360 return getCommentInfo(I.get()); in getCommentInfo()
581 auto Comment = getCommentInfo(I); in readSubBlock()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-doc/
H A DBitcodeReader.cpp328 template <typename T> llvm::Expected<CommentInfo *> getCommentInfo(T I) { in getCommentInfo() function
333 template <> llvm::Expected<CommentInfo *> getCommentInfo(FunctionInfo *I) { in getCommentInfo() function
338 template <> llvm::Expected<CommentInfo *> getCommentInfo(NamespaceInfo *I) { in getCommentInfo() function
343 template <> llvm::Expected<CommentInfo *> getCommentInfo(RecordInfo *I) { in getCommentInfo() function
348 template <> llvm::Expected<CommentInfo *> getCommentInfo(EnumInfo *I) { in getCommentInfo() function
353 template <> llvm::Expected<CommentInfo *> getCommentInfo(CommentInfo *I) { in getCommentInfo() function
359 llvm::Expected<CommentInfo *> getCommentInfo(std::unique_ptr<CommentInfo> &I) { in getCommentInfo() function
360 return getCommentInfo(I.get()); in getCommentInfo()
581 auto Comment = getCommentInfo(I); in readSubBlock()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-doc/
H A DBitcodeReader.cpp328 template <typename T> llvm::Expected<CommentInfo *> getCommentInfo(T I) { in getCommentInfo() function
333 template <> llvm::Expected<CommentInfo *> getCommentInfo(FunctionInfo *I) { in getCommentInfo() function
338 template <> llvm::Expected<CommentInfo *> getCommentInfo(NamespaceInfo *I) { in getCommentInfo() function
343 template <> llvm::Expected<CommentInfo *> getCommentInfo(RecordInfo *I) { in getCommentInfo() function
348 template <> llvm::Expected<CommentInfo *> getCommentInfo(EnumInfo *I) { in getCommentInfo() function
353 template <> llvm::Expected<CommentInfo *> getCommentInfo(CommentInfo *I) { in getCommentInfo() function
359 llvm::Expected<CommentInfo *> getCommentInfo(std::unique_ptr<CommentInfo> &I) { in getCommentInfo() function
360 return getCommentInfo(I.get()); in getCommentInfo()
581 auto Comment = getCommentInfo(I); in readSubBlock()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-doc/
H A DBitcodeReader.cpp328 template <typename T> llvm::Expected<CommentInfo *> getCommentInfo(T I) { in getCommentInfo() function
333 template <> llvm::Expected<CommentInfo *> getCommentInfo(FunctionInfo *I) { in getCommentInfo() function
338 template <> llvm::Expected<CommentInfo *> getCommentInfo(NamespaceInfo *I) { in getCommentInfo() function
343 template <> llvm::Expected<CommentInfo *> getCommentInfo(RecordInfo *I) { in getCommentInfo() function
348 template <> llvm::Expected<CommentInfo *> getCommentInfo(EnumInfo *I) { in getCommentInfo() function
353 template <> llvm::Expected<CommentInfo *> getCommentInfo(CommentInfo *I) { in getCommentInfo() function
359 llvm::Expected<CommentInfo *> getCommentInfo(std::unique_ptr<CommentInfo> &I) { in getCommentInfo() function
360 return getCommentInfo(I.get()); in getCommentInfo()
581 auto Comment = getCommentInfo(I); in readSubBlock()
/dports/www/tikiwiki/tiki-21.2/lib/core/Services/Comment/
H A DController.php319 if (! $comment = $this->getCommentInfo($threadId)) {
361 if ($comment = $this->getCommentInfo($threadId)) {
452 if (! $comment = $this->getCommentInfo($threadId)) {
498 if (! $comment = $this->getCommentInfo($threadId)) {
650 private function getCommentInfo($threadId) function in Services_Comment_Controller
/dports/cad/fritzing/fritzing-app-0.9.2b/src/program/
H A Dsyntaxer.h62 const CommentInfo * getCommentInfo(int ix);
H A Dhighlighter.cpp120 currentCommentInfo = m_syntaxer->getCommentInfo(previousBlockState() - COMMENTOFFSET); in highlightBlock()
H A Dsyntaxer.cpp171 const CommentInfo * Syntaxer::getCommentInfo(int ix) { in getCommentInfo() function in Syntaxer