Home
last modified time | relevance | path

Searched refs:Declaration (Results 1 – 25 of 166) sorted by relevance

1234567

/external/clang/test/Index/
Dcomment-objc-decls.m33 // 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 &lt;MyProto&gt; {\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 …]
Dannotate-comments-property-accessor.m16 …/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…
Doverriding-method-comments.mm22 …<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 …]
Dannotate-comments-typedef.m20 …me>&lt;anonymous&gt;</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>&lt;anonymous&gt;</Name><USR>c:@SA@Foo</USR><Declaration>typedef struct Foo Foo</Declarati…
39 …umn="9"><Name>&lt;anonymous&gt;</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…
Dcomment-unqualified-objc-pointer.m18 // CHECK: <Declaration>- (NSString *)WithLabel:(NSString *const)label;</Declaration>
22 // CHECK: <Declaration>@property(readwrite, copy, atomic) NSString *Name;</Declaration>
29 // CHECK: <Declaration>NSString *NickName</Declaration>
Dheaderfile-comment-to-html.m20 …e.h &lt;Foundation/Device.h&gt;</Para></Headerfile><Declaration>@interface Device\n@end</Declarati…
42 …> Sensor.h &quot;Sensor.h&quot;</Para></Headerfile><Declaration>@interface Sensor\n@end</Declarati…
65 …TFoundation/VTDevice.h&gt;</Para></Headerfile><Declaration>@interface VTDevice : Device\n@end</Dec…
86 …erfile><Para> &lt;stdio.h&gt;</Para></Headerfile><Declaration>extern void uses_stdio_h()</Declara…
102 …ile><Para> &lt;algorithm&gt;</Para></Headerfile><Declaration>extern void uses_argorithm()</Declar…
/external/lldb/include/lldb/Symbol/
DDeclaration.h28 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);
DFunction.h46 FunctionInfo (const char *name, const Declaration *decl_ptr);
60 FunctionInfo (const ConstString& name, const Declaration *decl_ptr);
108 Declaration&
117 const Declaration&
147Declaration 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/
DSBDeclaration.cpp34 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/
DDeclaration.cpp16 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 ==()
DFunction.cpp29 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/
DSBDeclaration.h63 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/
DRAVFrontendAction.rst76 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/
Dtgsi_parse.c108 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()
Dtgsi_dump.c248 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/
Dtgsi_parse.c108 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()
Dtgsi_dump.c248 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/
DExtractGV.cpp128 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/
DTemplateBase.cpp101 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/
DUniqueDWARFASTType.h47 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/
Du_pstipple.c205 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/
Du_pstipple.c205 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/
Dr300_vs_draw.c83 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/
Dr300_vs_draw.c83 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/
DCodeCompleteConsumer.h646 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;

1234567