/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/ExtractAPI/ |
D | ExtractAPIVisitor.h | 258 DocComment Comment; in VisitVarDecl() local 328 DocComment Comment; in VisitFunctionDecl() local 374 DocComment Comment; in VisitEnumDecl() local 489 DocComment Comment; in VisitNamespaceDecl() local 522 DocComment Comment; in VisitRecordDecl() local 564 DocComment Comment; in VisitCXXRecordDecl() local 620 DocComment Comment; in VisitCXXMethodDecl() local 681 DocComment Comment; in VisitCXXConstructorDecl() local 713 DocComment Comment; in VisitCXXDestructorDecl() local 746 DocComment Comment; in VisitConceptDecl() local [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/ExtractAPI/ |
D | ExtractAPIVisitor.h | 255 DocComment Comment; in VisitVarDecl() local 325 DocComment Comment; in VisitFunctionDecl() local 371 DocComment Comment; in VisitEnumDecl() local 487 DocComment Comment; in VisitNamespaceDecl() local 519 DocComment Comment; in VisitRecordDecl() local 553 DocComment Comment; in VisitCXXRecordDecl() local 609 DocComment Comment; in VisitCXXMethodDecl() local 667 DocComment Comment; in VisitCXXConstructorDecl() local 700 DocComment Comment; in VisitCXXDestructorDecl() local 734 DocComment Comment; in VisitConceptDecl() local [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/ExtractAPI/ |
D | ExtractAPIVisitor.h | 258 DocComment Comment; in VisitVarDecl() local 328 DocComment Comment; in VisitFunctionDecl() local 374 DocComment Comment; in VisitEnumDecl() local 489 DocComment Comment; in VisitNamespaceDecl() local 522 DocComment Comment; in VisitRecordDecl() local 564 DocComment Comment; in VisitCXXRecordDecl() local 620 DocComment Comment; in VisitCXXMethodDecl() local 681 DocComment Comment; in VisitCXXConstructorDecl() local 713 DocComment Comment; in VisitCXXDestructorDecl() local 746 DocComment Comment; in VisitConceptDecl() local [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/ExtractAPI/ |
D | ExtractAPIVisitor.h | 282 DocComment Comment; in VisitVarDecl() local 355 DocComment Comment; in VisitFunctionDecl() local 403 DocComment Comment; in VisitEnumDecl() local 518 DocComment Comment; in VisitNamespaceDecl() local 551 DocComment Comment; in VisitRecordDecl() local 592 DocComment Comment; in VisitCXXRecordDecl() local 650 DocComment Comment; in VisitCXXMethodDecl() local 711 DocComment Comment; in VisitCXXConstructorDecl() local 745 DocComment Comment; in VisitCXXDestructorDecl() local 776 DocComment Comment; in VisitConceptDecl() local [all …]
|
/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ByteStreamer.h | 44 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8() 48 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() 52 void EmitULEB128(uint64_t DWord, const Twine &Comment) override { in EmitULEB128() 63 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8() 66 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() 69 void EmitULEB128(uint64_t DWord, const Twine &Comment) override { in EmitULEB128() 89 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8() 94 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() 100 void EmitULEB128(uint64_t DWord, const Twine &Comment) override { in EmitULEB128()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ByteStreamer.h | 43 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8() 47 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() 51 void EmitULEB128(uint64_t DWord, const Twine &Comment, unsigned PadTo) override { in EmitULEB128() 62 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8() 65 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() 68 void EmitULEB128(uint64_t DWord, const Twine &Comment, unsigned PadTo) override { in EmitULEB128() 88 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8() 93 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128() 105 void EmitULEB128(uint64_t DWord, const Twine &Comment, unsigned PadTo) override { in EmitULEB128()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/ |
H A D | CodeViewRecordIO.cpp | 103 const Twine &Comment) { in mapByteVectorTail() 119 const Twine &Comment) { in mapByteVectorTail() 129 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger() 151 const Twine &Comment) { in mapEncodedInteger() 176 const Twine &Comment) { in mapEncodedInteger() 191 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger() 209 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ() 227 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid() 255 const Twine &Comment) { in mapStringZVectorZ() 280 const Twine &Comment) { in emitEncodedSignedInteger() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | CodeViewRecordIO.cpp | 101 const Twine &Comment) { in mapByteVectorTail() 117 const Twine &Comment) { in mapByteVectorTail() 127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger() 149 const Twine &Comment) { in mapEncodedInteger() 174 const Twine &Comment) { in mapEncodedInteger() 189 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger() 204 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ() 222 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid() 250 const Twine &Comment) { in mapStringZVectorZ() 275 const Twine &Comment) { in emitEncodedSignedInteger() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ByteStreamer.h | 45 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() 49 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() 53 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128() 74 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() 77 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() 80 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128() 105 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() 110 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() 122 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128()
|
/aosp_15_r20/external/aws-sdk-java-v2/services/route53/src/main/resources/codegen-resources/ |
H A D | examples-1.json | 7 "Comment": "", string 16 "Comment": "", string 54 "Comment": "Web server for example.com" string 60 "Comment": "Web server for example.com", string 117 "Comment": "Web servers for example.com" string 123 "Comment": "Web servers for example.com", string 160 "Comment": "CloudFront distribution for example.com" string 166 "Comment": "CloudFront distribution for example.com", string 220 "Comment": "ELB load balancers for example.com" string 226 "Comment": "ELB load balancers for example.com", string [all …]
|
/aosp_15_r20/build/soong/androidmk/parser/ |
H A D | ast.go | 51 type Comment struct { struct 52 CommentPos Pos 53 Comment string argument 56 func (x *Comment) Dump() string { 60 func (x *Comment) Pos() Pos { return x.CommentPos } 61 func (x *Comment) End() Pos { return Pos(int(x.CommentPos) + len(x.Comment)) }
|
/aosp_15_r20/external/clang/unittests/Tooling/ |
H A D | CommentHandlerTest.cpp | 15 struct Comment { struct 16 Comment(const std::string &Message, unsigned Line, unsigned Col) in Comment() function 19 std::string Message; 20 unsigned Line, Col;
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/modfile/ |
D | read.go | 47 Comment() *Comments methodSpec 51 type Comment struct { struct 52 Start Position 53 Token string // without trailing newline 54 Suffix bool // an end of line (not whole line) comment 71 func (c *Comments) Comment() *Comments { func 250 func commentsAdd(x, y []Comment) []Comment { 767 func reverseComments(list []Comment) {
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | lmdfs.h | 56 LPWSTR Comment; member 84 LPWSTR Comment; member 93 ULONG Comment; member 102 LPWSTR Comment; member 113 ULONG Comment; member 124 LPWSTR Comment; member 135 LPWSTR Comment; member 157 LPWSTR Comment; member 178 LPWSTR Comment; member 210 LPWSTR Comment; member [all …]
|
/aosp_15_r20/system/tools/aidl/ |
D | comments.h | 27 struct Comment { struct 32 Comment(const std::string& body); argument
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/comments/ |
H A D | Comment.java | 35 public abstract class Comment extends Node { class 40 public Comment() { in Comment() method in Comment 43 public Comment(String content) { in Comment() method in Comment 47 public Comment(Range range, String content) { in Comment() method in Comment
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/comments/ |
H A D | Comment.java | 34 public abstract class Comment extends Node { class 39 public Comment() { in Comment() method in Comment 42 public Comment(String content) { in Comment() method in Comment 46 public Comment(int beginLine, int beginColumn, int endLine, int endColumn, String content) { in Comment() method in Comment
|
/aosp_15_r20/build/blueprint/ |
H A D | ninja_defs.go | 51 Comment string // The comment that will appear above the definition. member 72 Comment string // The comment that will appear above the definition. member 80 Comment string // The comment that will appear above the definition. member 98 Comment string member 134 Comment string member 252 Comment string member
|
/aosp_15_r20/external/licenseclassifier/commentparser/ |
H A D | comment_parser.go | 58 type Comment struct { struct 59 StartLine int 60 EndLine int 61 Text string
|
/aosp_15_r20/build/blueprint/parser/ |
H A D | ast.go | 740 type Comment struct { struct 741 Comment []string member 742 Slash scanner.Position 745 func (c Comment) Pos() scanner.Position { 749 func (c Comment) End() scanner.Position { 759 func (c Comment) String() string { 774 func (c Comment) Text() string {
|
/aosp_15_r20/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/comments/ |
H A D | Comment.java | 45 public abstract class Comment extends Node { class 53 public Comment(String content) { in Comment() method in Comment 61 public Comment(TokenRange tokenRange, String content) { in Comment() method in Comment
|
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | vulkan_xml.go | 56 Comment string `xml:"comment,attr"` member 63 Comment string `xml:"comment,attr"` member 74 Comment string `xml:"comment,attr"` member 114 Comment string `xml:"comment,attr"` member
|
/aosp_15_r20/external/ow2-asm/asm-tree/src/test/java/org/objectweb/asm/tree/ |
H A D | Comment.java | 41 public class Comment extends Attribute { class 43 public Comment() { in Comment() method in Comment
|
/aosp_15_r20/external/ow2-asm/asm/src/test/java/org/objectweb/asm/ |
H A D | Comment.java | 35 public class Comment extends Attribute { class 37 public Comment() { in Comment() method in Comment
|
/aosp_15_r20/external/ow2-asm/asm-commons/src/test/java/org/objectweb/asm/commons/ |
H A D | Comment.java | 41 public class Comment extends Attribute { class 43 public Comment() { in Comment() method in Comment
|