Home
last modified time | relevance | path

Searched refs:Sensor (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/Index/
H A Dheaderfile-comment-to-html.m34 \headerfile Sensor.h "Sensor.h"
36 \brief This is Sensor on the Device.
40 @interface Sensor interface
42Sensor:{{.*}} FullCommentAsXML=[<Other file="{{[^"]+}}headerfile-comment-to-html.m" line="[[@LINE-…
49 // CHECK-NEXT: (CXComment_Text Text=[ Sensor.h "Sensor.h"])))
54 // CHECK-NEXT: (CXComment_Text Text=[ This is Sensor on the Device.] HasTrailingNewline)
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/misc/
H A Dconst-correctness-values.cpp723 struct Sensor { struct
726 struct System : public Actuator, public Sensor { argument