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 532 QualType DeclType;
537 : NamedDecl(DK, DC, L, N), DeclType(T) {}
539 QualType getType() const { return DeclType; }
540 void setType(QualType newType) { DeclType = newType; }
    [all...]
DeclTemplate.h 499 typedef EntryType DeclType;
501 static DeclType *getMostRecentDecl(EntryType *D) {
508 typename _DeclType = typename _SETraits::DeclType>
513 typedef _DeclType DeclType;
523 DeclType *operator*() const {
526 DeclType *operator->() const { return **this; }
549 template <class EntryType> typename SpecEntryTraits<EntryType>::DeclType*
689 typedef FunctionDecl DeclType;
691 static DeclType *
    [all...]
DeclObjC.h     [all...]
  /external/clang/lib/Sema/
SemaInit.cpp 78 static Expr *IsStringInit(Expr *init, QualType declType, ASTContext &Context) {
79 const ArrayType *arrayType = Context.getAsArrayType(declType);
189 InitListExpr *IList, QualType &DeclType,
201 InitListExpr *IList, QualType DeclType,
206 InitListExpr *IList, QualType DeclType,
211 InitListExpr *IList, QualType DeclType,
216 InitListExpr *IList, QualType DeclType, unsigned &Index,
220 InitListExpr *IList, QualType DeclType,
227 InitListExpr *IList, QualType &DeclType,
251 int numArrayElements(QualType DeclType);
    [all...]
SemaType.cpp 842 assert(E && "Didn't get an expression for decltype?");
    [all...]

Completed in 281 milliseconds