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

  /external/clang/include/clang/AST/
Decl.h 472 QualType DeclType;
477 : NamedDecl(DK, DC, L, N), DeclType(T) {}
479 QualType getType() const { return DeclType; }
480 void setType(QualType newType) { DeclType = newType; }
    [all...]
DeclTemplate.h 546 typedef EntryType DeclType;
548 static DeclType *getMostRecentDecl(EntryType *D) {
555 typename _DeclType = typename _SETraits::DeclType>
560 typedef _DeclType DeclType;
571 DeclType *operator*() const {
574 DeclType *operator->() const { return **this; }
597 template <class EntryType> typename SpecEntryTraits<EntryType>::DeclType*
738 typedef FunctionDecl DeclType;
740 static DeclType *
    [all...]
DeclObjC.h     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 123 static StringInitFailureKind IsStringInit(Expr *init, QualType declType,
125 const ArrayType *arrayType = Context.getAsArrayType(declType);
251 InitListExpr *IList, QualType &DeclType,
263 InitListExpr *IList, QualType DeclType,
268 InitListExpr *IList, QualType DeclType,
273 InitListExpr *IList, QualType DeclType,
278 InitListExpr *IList, QualType DeclType, unsigned &Index,
282 InitListExpr *IList, QualType DeclType,
289 InitListExpr *IList, QualType &DeclType,
313 int numArrayElements(QualType DeclType);
    [all...]
SemaType.cpp     [all...]

Completed in 197 milliseconds