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

  /external/clang/include/clang/AST/
Decl.h 487 QualType DeclType;
492 : NamedDecl(DK, DC, L, N), DeclType(T) {}
494 QualType getType() const { return DeclType; }
495 void setType(QualType newType) { DeclType = newType; }
    [all...]
DeclTemplate.h 505 typedef EntryType DeclType;
507 static DeclType *getMostRecentDeclaration(EntryType *D) {
514 typename _DeclType = typename _SETraits::DeclType>
519 typedef _DeclType DeclType;
529 DeclType *operator*() const {
532 DeclType *operator->() const { return **this; }
555 template <class EntryType> typename SpecEntryTraits<EntryType>::DeclType*
762 typedef FunctionDecl DeclType;
764 static DeclType *
    [all...]
DeclObjC.h     [all...]
  /external/clang/lib/Sema/
SemaType.cpp 828 assert(E && "Didn't get an expression for decltype?");
    [all...]

Completed in 483 milliseconds