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

  /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,
314 int numArrayElements(QualType DeclType);
    [all...]
SemaType.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h 640 typedef EntryType DeclType;
642 static DeclType *getDecl(EntryType *D) {
651 typename DeclType = typename SETraits::DeclType>
654 SpecIterator<EntryType, SETraits, DeclType>,
658 DeclType *, ptrdiff_t, DeclType *, DeclType *> {
664 DeclType *operator*() const {
667 DeclType *operator->() const { return **this;
    [all...]
DeclObjC.h     [all...]
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...]
  /external/clang/lib/AST/
DeclTemplate.cpp 168 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType *
    [all...]
DeclObjC.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 180 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType *
187 decltype(T::PartialSpecializations) &getPartialSpecializations(T *Common) {
    [all...]

Completed in 72 milliseconds