OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AttrList
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/
Attributes.h
188
///
AttrList
- The attributes that we are managing. This can be null
190
AttributeListImpl *
AttrList
;
192
AttrListPtr() :
AttrList
(0) {}
261
{ return
AttrList
== RHS.
AttrList
; }
263
{ return
AttrList
!= RHS.
AttrList
; }
274
return
AttrList
;
284
return
AttrList
== 0;
/external/clang/include/clang/Sema/
DeclSpec.h
[
all
...]
Completed in 16 milliseconds