Home
last modified time | relevance | path

Searched defs:Comments (Results 1 – 25 of 63) sorted by relevance

123

/external/tpm2-tss/doc/
Dcoding_standard_c.md20 ## Comments section in Coding Standard
36 ### Examples
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dmodernize-use-equals-default.cpp179 struct Comments { struct
180 Comments() { in Comments() function
184 ~Comments() { in ~Comments() argument
Dmodernize-use-equals-default-copy.cpp83 struct Comments { struct
84 Comments(const Comments &Other) in Comments() argument
91 struct MoreComments { argument
/external/google-styleguide/
Dobjcguide.md623 ## Comments section in Google Objective-C Style Guide
640 ### File Comments
652 ### Declaration Comments
709 ### Implementation Comments
738 ### Disambiguating Symbols
781 ### Object Ownership
/external/llvm/lib/CodeGen/AsmPrinter/
DByteStreamer.h77 SmallVectorImpl<std::string> &Comments; variable
86 SmallVectorImpl<std::string> &Comments, in BufferByteStreamer()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DByteStreamer.h76 std::vector<std::string> &Comments; variable
85 std::vector<std::string> &Comments, bool GenerateComments) in BufferByteStreamer()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DByteStreamer.h79 std::vector<std::string> &Comments; variable
88 std::vector<std::string> &Comments, bool GenerateComments) in BufferByteStreamer()
/external/grpc-grpc/doc/
Dc-style-guide.md60 Comments section in GRPC C STYLE GUIDE
/external/llvm-project/libc/docs/
Dheader_generation.rst45 Comments section in Header Configuration Language
/external/selinux/secilc/docs/
Dcil_reference_guide.md106 Comments section in CIL Information
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DArgumentCommentCheck.cpp80 std::vector<std::pair<SourceLocation, StringRef>> Comments; in getCommentsInRange() local
124 std::vector<std::pair<SourceLocation, StringRef>> Comments; in getCommentsBeforeLoc() local
298 std::vector<std::pair<SourceLocation, StringRef>> Comments; in checkCallArgs() local
/external/autotest/docs/
Dcoding-style.md105 ## Comments section in Coding style for autotest in Chrome OS / Android / Brillo
/external/python/cpython2/Doc/reference/
Dlexical_analysis.rst90 Comments section in Line structure
103 .. _encodings:
/external/python/cpython3/Doc/reference/
Dlexical_analysis.rst64 Comments section in Line structure
76 .. _encodings:
/external/curl/docs/
DCODE_STYLE.md45 ## Comments section in curl C code style
/external/libgav1/libgav1/
DREADME.md107 ### Comments subsection
/external/jdiff/src/jdiff/
DComments.java23 public class Comments { class
34 public Comments() { in Comments() method in Comments
/external/pigweed/docs/
Dstyle_guide.rst164 Comments section in C++ style
/external/angle/src/tests/preprocessor_tests/
Derror_test.cpp55 TEST_F(ErrorTest, Comments) in TEST_F() argument
Dextension_test.cpp29 TEST_F(ExtensionTest, Comments) in TEST_F() argument
/external/clang/unittests/Tooling/
DCommentHandlerTest.cpp65 CommentList Comments; member in clang::CommentHandlerVisitor
96 CommentVerifier(const CommentList &Comments, Preprocessor *PP) in CommentVerifier()
/external/llvm-project/clang/unittests/Tooling/
DCommentHandlerTest.cpp64 CommentList Comments; member in clang::CommentHandlerVisitor
94 CommentVerifier(const CommentList &Comments, Preprocessor *PP) in CommentVerifier()
/external/escapevelocity/
DREADME.md73 ## Comments section in EscapeVelocity summary
/external/arm-trusted-firmware/docs/process/
Dcoding-style.rst298 Comments chapter
/external/starlark-go/syntax/
Dsyntax.go16 Comments() *Comments methodSpec
30 type Comments struct { struct
31 Before []Comment // whole-line comments before this expression
32 Suffix []Comment // end-of-line comments after this expression (up to 1)
36 After []Comment
46 func (cr commentsRef) Comments() *Comments { return cr.ref } func

123