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 76 static Expr *IsStringInit(Expr *init, QualType declType, ASTContext &Context) {
77 const ArrayType *arrayType = Context.getAsArrayType(declType);
187 InitListExpr *IList, QualType &DeclType,
199 InitListExpr *IList, QualType DeclType,
204 InitListExpr *IList, QualType DeclType,
209 InitListExpr *IList, QualType DeclType,
214 InitListExpr *IList, QualType DeclType, unsigned &Index,
218 InitListExpr *IList, QualType DeclType,
225 InitListExpr *IList, QualType &DeclType,
249 int numArrayElements(QualType DeclType);
    [all...]
SemaType.cpp 833 assert(E && "Didn't get an expression for decltype?");
    [all...]
SemaOverload.cpp     [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h 500 typedef EntryType DeclType;
502 static DeclType *getMostRecentDeclaration(EntryType *D) {
509 typename _DeclType = typename _SETraits::DeclType>
514 typedef _DeclType DeclType;
524 DeclType *operator*() const {
527 DeclType *operator->() const { return **this; }
550 template <class EntryType> typename SpecEntryTraits<EntryType>::DeclType*
757 typedef FunctionDecl DeclType;
759 static DeclType *
    [all...]
DeclObjC.h     [all...]
Decl.h 498 QualType DeclType;
503 : NamedDecl(DK, DC, L, N), DeclType(T) {}
505 QualType getType() const { return DeclType; }
506 void setType(QualType newType) { DeclType = newType; }
    [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 154 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType*
    [all...]

Completed in 108 milliseconds