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

  /external/clang/lib/Sema/
SemaInit.cpp 78 static Expr *IsStringInit(Expr *init, QualType declType, ASTContext &Context) {
79 const ArrayType *arrayType = Context.getAsArrayType(declType);
188 InitListExpr *IList, QualType &DeclType,
200 InitListExpr *IList, QualType DeclType,
205 InitListExpr *IList, QualType DeclType,
210 InitListExpr *IList, QualType DeclType,
215 InitListExpr *IList, QualType DeclType, unsigned &Index,
219 InitListExpr *IList, QualType DeclType,
226 InitListExpr *IList, QualType &DeclType,
250 int numArrayElements(QualType DeclType);
    [all...]
SemaType.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h 543 typedef EntryType DeclType;
545 static DeclType *getMostRecentDecl(EntryType *D) {
552 typename _DeclType = typename _SETraits::DeclType>
557 typedef _DeclType DeclType;
568 DeclType *operator*() const {
571 DeclType *operator->() const { return **this; }
594 template <class EntryType> typename SpecEntryTraits<EntryType>::DeclType*
730 typedef FunctionDecl DeclType;
732 static DeclType *
    [all...]
DeclObjC.h     [all...]
Decl.h 447 QualType DeclType;
452 : NamedDecl(DK, DC, L, N), DeclType(T) {}
454 QualType getType() const { return DeclType; }
455 void setType(QualType newType) { DeclType = newType; }
    [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 163 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType*
    [all...]

Completed in 298 milliseconds