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

  /external/clang/include/clang/Basic/
Attributes.h 26 Declspec,
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 51 DeclSpec DS(AttrFactory);
389 if (!hasAttribute(AttrSyntax::Declspec, nullptr, AttrName,
400 // The property declspec is more complex in that it can take one or two
534 assert(Tok.is(tok::kw___declspec) && "Not a declspec!");
542 // An empty declspec is perfectly legal and should not warn. Additionally,
543 // you can specify multiple attributes per declspec.
550 // else is a malformed declspec.
    [all...]

Completed in 75 milliseconds