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

  /external/clang/include/clang/Sema/
DeclSpec.h 1 //===--- DeclSpec.h - Parsed declaration specifiers -------------*- C++ -*-===//
215 class DeclSpec {
386 DeclSpec(const DeclSpec&); // DO NOT IMPLEMENT
387 void operator=(const DeclSpec&); // DO NOT IMPLEMENT
390 DeclSpec(AttributeFactory &attrFactory)
416 ~DeclSpec() {
432 StorageClassSpec = DeclSpec::SCS_unspecified;
449 assert(isTypeRep((TST) TypeSpecType) && "DeclSpec does not store a type");
453 assert(isDeclRep((TST) TypeSpecType) && "DeclSpec does not store a decl")
    [all...]
Sema.h 22 #include "clang/Sema/DeclSpec.h"
    [all...]

Completed in 49 milliseconds