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

  /external/clang/lib/Sema/
SemaType.cpp     [all...]
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...]
SemaOverload.cpp     [all...]
  /external/clang/include/clang/AST/
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...]
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...]
  /external/clang/lib/AST/
DeclTemplate.cpp 164 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType*
    [all...]

Completed in 2916 milliseconds