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

  /external/clang/include/clang/Basic/
Attributes.h 24 Declspec,
  /external/clang/utils/TableGen/
ClangAttrEmitter.cpp     [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 53 DeclSpec DS(AttrFactory);
390 if (!hasAttribute(AttrSyntax::Declspec, nullptr, AttrName,
401 // The property declspec is more complex in that it can take one or two
537 assert(Tok.is(tok::kw___declspec) && "Not a declspec!");
546 // An empty declspec is perfectly legal and should not warn. Additionally,
547 // you can specify multiple attributes per declspec.
554 // else is a malformed declspec.
    [all...]

Completed in 123 milliseconds