HomeSort by relevance Sort by last modified time
    Searched defs:AttrList (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/
Attributes.h 258 /// AttrList - The attributes that we are managing. This can be null
260 AttributeListImpl *AttrList;
262 AttrListPtr() : AttrList(0) {}
331 { return AttrList == RHS.AttrList; }
333 { return AttrList != RHS.AttrList; }
344 return AttrList;
354 return AttrList == 0;
  /external/clang/tools/libclang/
IndexingContext.h 49 IntrusiveRefCntPtr<AttrListInfo> AttrList;
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 85 milliseconds