/external/clang/test/Index/ |
D | comment-objc-decls.m | 33 // CHECK: <Declaration>@protocol MyProto\n@end</Declaration> 34 // CHECK: <Declaration>- (unsigned int)MethodMyProto:(id)anObject inRange:(unsigned int)range;</Dec… 35 // CHECK: <Declaration>@optional\n@property(readwrite, copy, atomic) id PropertyMyProto;</Declarati… 36 // CHECK: <Declaration>+ (id)ClassMethodMyProto;</Declaration> 48 // CHECK: Declaration>@interface NSObject {\n id IvarNSObject;\n}\n@end</Declaration> 49 // CHECK: <Declaration>id IvarNSObject</Declaration> 76 // CHECK: <Declaration>@interface MyClass : NSObject <MyProto> {\n id IvarMyClass;\n}\n@en… 77 // CHECK: <Declaration>id IvarMyClass</Declaration> 78 // CHECK: <Declaration>- (id)MethodMyClass;</Declaration> 79 // CHECK: <Declaration>+ (id)ClassMethodMyClass;</Declaration> [all …]
|
D | annotate-comments-property-accessor.m | 16 …/Name><USR>c:objc(cs)AppDelegate(py)MyProperty</USR><Declaration>- (int)ReadonlyGetter;</Declarati… 22 …<USR>c:objc(cs)AppDelegate(py)GeneralProperty</USR><Declaration>- (int)GeneralProperty;</Declarati… 23 …cs)AppDelegate(py)GeneralProperty</USR><Declaration>- (void)setGeneralProperty:(int)GeneralPropert… 32 …c(cs)AppDelegate(py)PropertyInPrimaryClass</USR><Declaration>- (id)PropertyInPrimaryClass;</Declar… 33 …(py)PropertyInPrimaryClass</USR><Declaration>- (void)setPropertyInPrimaryClass:(id)PropertyInPrima… 42 …cs)AppDelegate(py)PropertyInClassExtension</USR><Declaration>- (id)GetterInClassExtension;</Declar… 52 …cs)AppDelegate(py)PropertyInClassExtension</USR><Declaration>- (id)GetterInClassExtension;</Declar… 53 …PropertyInClassExtension</USR><Declaration>- (void)setPropertyInClassExtension:(id)PropertyInClass…
|
D | overriding-method-comments.mm | 22 …<Name>METH:</Name><USR>c:objc(cs)Root(im)METH:</USR><Declaration>- (void)METH:(id)AAA;</Declaratio… 31 …<Name>METH:</Name><USR>c:objc(cs)Root(im)METH:</USR><Declaration>- (void)METH:(id)BBB;</Declaratio… 37 …<Name>METH:</Name><USR>c:objc(cs)Root(im)METH:</USR><Declaration>- (void)METH:(id)III;</Declaratio… 51 …USR>c:objc(cs)Redec(im)EXT_METH:::</USR><Declaration>- (void)EXT_METH:(id)AAA:(double)BBB:(int)CCC… 57 …USR>c:objc(cs)Redec(im)EXT_METH:::</USR><Declaration>- (void)EXT_METH:(id)PPP:(double)QQQ:(int)RRR… 64 …_pure</Name><USR>c:@S@Base@F@foo_pure#I#</USR><Declaration>virtual void foo_pure(int AAA) = 0</Dec… 70 …line</Name><USR>c:@S@Base@F@foo_inline#I#</USR><Declaration>virtual void foo_inline(int BBB)</Decl… 76 …/Name><USR>c:@S@Base@F@foo_outofline#I#</USR><Declaration>virtual void foo_outofline(int CCC)</Dec… 81 …ine</Name><USR>c:@S@Base@F@foo_outofline#I#</USR><Declaration>void foo_outofline(int RRR)</Declara… 86 …oo_pure</Name><USR>c:@S@Base@F@foo_pure#I#</USR><Declaration>virtual void foo_pure(int PPP)</Decla… [all …]
|
D | annotate-comments-typedef.m | 20 …me><anonymous></Name><USR>c:@EA@MyEnum</USR><Declaration>typedef enum MyEnum MyEnum</Declara… 30 …LINE-6]]" column="6"><Name>E</Name><USR>c:@E@E</USR><Declaration>enum E{{( : int)?}} {}</Declarati… 31 …@LINE-2]]" column="16"><Name>E</Name><USR>c:@E@E</USR><Declaration>typedef enum E E_T</Declaration… 38 …"><Name><anonymous></Name><USR>c:@SA@Foo</USR><Declaration>typedef struct Foo Foo</Declarati… 39 …umn="9"><Name><anonymous></Name><USR>c:@SA@Foo</USR><Declaration>struct {}</Declaration><Abs… 48 …e><USR>c:annotate-comments-typedef.m@T@Foo1T</USR><Declaration>typedef struct Foo1 Foo1T</Declarat…
|
D | comment-unqualified-objc-pointer.m | 18 // CHECK: <Declaration>- (NSString *)WithLabel:(NSString *const)label;</Declaration> 22 // CHECK: <Declaration>@property(readwrite, copy, atomic) NSString *Name;</Declaration> 29 // CHECK: <Declaration>NSString *NickName</Declaration>
|
D | headerfile-comment-to-html.m | 20 …e.h <Foundation/Device.h></Para></Headerfile><Declaration>@interface Device\n@end</Declarati… 42 …> Sensor.h "Sensor.h"</Para></Headerfile><Declaration>@interface Sensor\n@end</Declarati… 65 …TFoundation/VTDevice.h></Para></Headerfile><Declaration>@interface VTDevice : Device\n@end</Dec… 86 …erfile><Para> <stdio.h></Para></Headerfile><Declaration>extern void uses_stdio_h()</Declara… 102 …ile><Para> <algorithm></Para></Headerfile><Declaration>extern void uses_argorithm()</Declar…
|
/external/lldb/include/lldb/Symbol/ |
D | Declaration.h | 28 class Declaration 34 Declaration () : in Declaration() function 59 Declaration (const FileSpec& file_spec, uint32_t line = 0, uint32_t column = 0) : 71 Declaration (const Declaration& rhs) : in Declaration() function 84 Declaration(const Declaration* decl_ptr) : in Declaration() function 130 Compare (const Declaration& lhs, const Declaration& rhs); 274 operator == (const Declaration &lhs, const Declaration &rhs);
|
D | Function.h | 46 FunctionInfo (const char *name, const Declaration *decl_ptr); 60 FunctionInfo (const ConstString& name, const Declaration *decl_ptr); 108 Declaration& 117 const Declaration& 147 …Declaration m_declaration; ///< Information describing where this function information was defined. 179 …nctionInfo(const char *name, const char *mangled, const Declaration *decl_ptr, const Declaration *… 201 …(const ConstString& name, const Mangled &mangled, const Declaration *decl_ptr, const Declaration *… 254 Declaration& 263 const Declaration& 302 Declaration m_call_decl;
|
/external/lldb/source/API/ |
D | SBDeclaration.cpp | 34 SBDeclaration::SBDeclaration (const lldb_private::Declaration *lldb_object_ptr) : in SBDeclaration() 55 SBDeclaration::SetDeclaration (const lldb_private::Declaration &lldb_object_ref) in SetDeclaration() 142 lldb_private::Declaration *lhs_ptr = m_opaque_ap.get(); in operator ==() 143 lldb_private::Declaration *rhs_ptr = rhs.m_opaque_ap.get(); in operator ==() 146 return lldb_private::Declaration::Compare (*lhs_ptr, *rhs_ptr) == 0; in operator ==() 154 lldb_private::Declaration *lhs_ptr = m_opaque_ap.get(); in operator !=() 155 lldb_private::Declaration *rhs_ptr = rhs.m_opaque_ap.get(); in operator !=() 158 return lldb_private::Declaration::Compare (*lhs_ptr, *rhs_ptr) != 0; in operator !=() 163 const lldb_private::Declaration * 169 lldb_private::Declaration & [all …]
|
/external/lldb/source/Symbol/ |
D | Declaration.cpp | 16 Declaration::Dump(Stream *s, bool show_fullpaths) const in Dump() 50 Declaration::DumpStopContext (Stream *s, bool show_fullpaths) const in DumpStopContext() 80 Declaration::MemorySize() const in MemorySize() 82 return sizeof(Declaration); in MemorySize() 86 Declaration::Compare(const Declaration& a, const Declaration& b) in Compare() 105 lldb_private::operator == (const Declaration &lhs, const Declaration &rhs) in operator ==()
|
D | Function.cpp | 29 FunctionInfo::FunctionInfo (const char *name, const Declaration *decl_ptr) : in FunctionInfo() 36 FunctionInfo::FunctionInfo (const ConstString& name, const Declaration *decl_ptr) : in FunctionInfo() 63 return Declaration::Compare(a.m_declaration, b.m_declaration); in Compare() 67 Declaration& 73 const Declaration& 96 const Declaration *decl_ptr, in InlineFunctionInfo() 97 const Declaration *call_decl_ptr in InlineFunctionInfo() 109 const Declaration *decl_ptr, in InlineFunctionInfo() 110 const Declaration *call_decl_ptr in InlineFunctionInfo() 162 Declaration & [all …]
|
/external/lldb/include/lldb/API/ |
D | SBDeclaration.h | 63 lldb_private::Declaration * 69 const lldb_private::Declaration * 72 lldb_private::Declaration & 75 const lldb_private::Declaration & 78 SBDeclaration (const lldb_private::Declaration *lldb_object_ptr); 81 SetDeclaration (const lldb_private::Declaration &lldb_object_ref); 83 std::unique_ptr<lldb_private::Declaration> m_opaque_ap;
|
/external/clang/docs/ |
D | RAVFrontendAction.rst | 76 bool VisitCXXRecordDecl(CXXRecordDecl *Declaration) { 79 Declaration->dump(); 94 bool VisitCXXRecordDecl(CXXRecordDecl *Declaration) { 95 if (Declaration->getQualifiedNameAsString() == "n::m::C") 96 Declaration->dump(); 125 bool VisitCXXRecordDecl(CXXRecordDecl *Declaration) { 126 if (Declaration->getQualifiedNameAsString() == "n::m::C") { 129 FullSourceLoc FullLocation = Context->getFullLoc(Declaration->getLocStart()); 159 bool VisitCXXRecordDecl(CXXRecordDecl *Declaration) { 160 if (Declaration->getQualifiedNameAsString() == "n::m::C") { [all …]
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_parse.c | 108 copy_token(&decl->Declaration, &token); in tgsi_parse_token() 112 if (decl->Declaration.Dimension) { in tgsi_parse_token() 116 if( decl->Declaration.Interpolate ) { in tgsi_parse_token() 120 if( decl->Declaration.Semantic ) { in tgsi_parse_token() 124 if (decl->Declaration.File == TGSI_FILE_IMMEDIATE_ARRAY) { in tgsi_parse_token() 135 if (decl->Declaration.File == TGSI_FILE_RESOURCE) { in tgsi_parse_token() 139 if (decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) { in tgsi_parse_token()
|
D | tgsi_dump.c | 248 ENM(decl->Declaration.File, tgsi_file_names); in iter_declaration() 251 if (decl->Declaration.File == TGSI_FILE_INPUT && in iter_declaration() 256 if (decl->Declaration.Dimension) { in iter_declaration() 272 decl->Declaration.UsageMask ); in iter_declaration() 274 if (decl->Declaration.Local) in iter_declaration() 277 if (decl->Declaration.Semantic) { in iter_declaration() 288 if (decl->Declaration.File == TGSI_FILE_RESOURCE) { in iter_declaration() 297 if (decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) { in iter_declaration() 316 if (decl->Declaration.Interpolate) { in iter_declaration() 318 decl->Declaration.File == TGSI_FILE_INPUT) in iter_declaration() [all …]
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/ |
D | tgsi_parse.c | 108 copy_token(&decl->Declaration, &token); in tgsi_parse_token() 112 if (decl->Declaration.Dimension) { in tgsi_parse_token() 116 if( decl->Declaration.Interpolate ) { in tgsi_parse_token() 120 if( decl->Declaration.Semantic ) { in tgsi_parse_token() 124 if (decl->Declaration.File == TGSI_FILE_IMMEDIATE_ARRAY) { in tgsi_parse_token() 135 if (decl->Declaration.File == TGSI_FILE_RESOURCE) { in tgsi_parse_token() 139 if (decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) { in tgsi_parse_token()
|
D | tgsi_dump.c | 248 ENM(decl->Declaration.File, tgsi_file_names); in iter_declaration() 251 if (decl->Declaration.File == TGSI_FILE_INPUT && in iter_declaration() 256 if (decl->Declaration.Dimension) { in iter_declaration() 272 decl->Declaration.UsageMask ); in iter_declaration() 274 if (decl->Declaration.Local) in iter_declaration() 277 if (decl->Declaration.Semantic) { in iter_declaration() 288 if (decl->Declaration.File == TGSI_FILE_RESOURCE) { in iter_declaration() 297 if (decl->Declaration.File == TGSI_FILE_SAMPLER_VIEW) { in iter_declaration() 316 if (decl->Declaration.Interpolate) { in iter_declaration() 318 decl->Declaration.File == TGSI_FILE_INPUT) in iter_declaration() [all …]
|
/external/llvm/lib/Transforms/IPO/ |
D | ExtractGV.cpp | 128 llvm::Value *Declaration; in runOnModule() local 130 Declaration = Function::Create(FTy, GlobalValue::ExternalLinkage, in runOnModule() 134 Declaration = in runOnModule() 139 CurI->replaceAllUsesWith(Declaration); in runOnModule()
|
/external/clang/lib/AST/ |
D | TemplateBase.cpp | 101 case Declaration: in isDependent() 142 case Declaration: in isInstantiationDependent() 172 case Declaration: in isPackExpansion() 195 case Declaration: in containsUnexpandedParameterPack() 250 case Declaration: in Profile() 300 case Declaration: in structurallyEquals() 332 case Declaration: in getPackExpansionPattern() 358 case Declaration: { in print() 422 case TemplateArgument::Declaration: in getSourceRange() 468 case TemplateArgument::Declaration: in operator <<()
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | UniqueDWARFASTType.h | 47 const lldb_private::Declaration &decl, in UniqueDWARFASTType() 91 lldb_private::Declaration m_declaration; 123 const lldb_private::Declaration &decl, 156 const lldb_private::Declaration &decl, in Find()
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
D | u_pstipple.c | 205 if (decl->Declaration.File == TGSI_FILE_SAMPLER) { in pstip_transform_decl() 211 else if (decl->Declaration.File == TGSI_FILE_INPUT) { in pstip_transform_decl() 216 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) { in pstip_transform_decl() 300 decl.Declaration.File = TGSI_FILE_INPUT; in pstip_transform_inst() 301 decl.Declaration.Interpolate = 1; in pstip_transform_inst() 302 decl.Declaration.Semantic = 1; in pstip_transform_inst() 313 decl.Declaration.File = TGSI_FILE_SAMPLER; in pstip_transform_inst() 320 decl.Declaration.File = TGSI_FILE_TEMPORARY; in pstip_transform_inst()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_pstipple.c | 205 if (decl->Declaration.File == TGSI_FILE_SAMPLER) { in pstip_transform_decl() 211 else if (decl->Declaration.File == TGSI_FILE_INPUT) { in pstip_transform_decl() 216 else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) { in pstip_transform_decl() 300 decl.Declaration.File = TGSI_FILE_INPUT; in pstip_transform_inst() 301 decl.Declaration.Interpolate = 1; in pstip_transform_inst() 302 decl.Declaration.Semantic = 1; in pstip_transform_inst() 313 decl.Declaration.File = TGSI_FILE_SAMPLER; in pstip_transform_inst() 320 decl.Declaration.File = TGSI_FILE_TEMPORARY; in pstip_transform_inst()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_vs_draw.c | 83 decl.Declaration.File = TGSI_FILE_TEMPORARY; in emit_temp() 96 decl.Declaration.File = TGSI_FILE_OUTPUT; in emit_output() 97 decl.Declaration.Interpolate = 1; in emit_output() 98 decl.Declaration.Semantic = TRUE; in emit_output() 151 if (decl->Declaration.File == TGSI_FILE_OUTPUT) { in transform_decl() 205 } else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) { in transform_decl() 214 if (decl->Declaration.File == TGSI_FILE_OUTPUT && in transform_decl()
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
D | r300_vs_draw.c | 83 decl.Declaration.File = TGSI_FILE_TEMPORARY; in emit_temp() 96 decl.Declaration.File = TGSI_FILE_OUTPUT; in emit_output() 97 decl.Declaration.Interpolate = 1; in emit_output() 98 decl.Declaration.Semantic = TRUE; in emit_output() 151 if (decl->Declaration.File == TGSI_FILE_OUTPUT) { in transform_decl() 205 } else if (decl->Declaration.File == TGSI_FILE_TEMPORARY) { in transform_decl() 214 if (decl->Declaration.File == TGSI_FILE_OUTPUT && in transform_decl()
|
/external/clang/include/clang/Sema/ |
D | CodeCompleteConsumer.h | 646 const NamedDecl *Declaration; 701 CodeCompletionResult(const NamedDecl *Declaration, 706 : Declaration(Declaration), Priority(Priority), 717 : Declaration(nullptr), Keyword(Keyword), Priority(Priority), 727 : Declaration(nullptr), Macro(Macro), Priority(Priority), StartParameter(0), 740 : Declaration(D), Pattern(Pattern), Priority(Priority), StartParameter(0), 752 : Declaration(D), Pattern(Pattern), Priority(Priority), StartParameter(0), 763 return Declaration;
|