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

  /external/clang/include/clang/Sema/
DeclSpec.h 302 /// returned by getParsedSpecifiers.
578 unsigned getParsedSpecifiers() const;
583 return getParsedSpecifiers() == DeclSpec::PQ_None;
    [all...]
  /external/clang/lib/Sema/
DeclSpec.cpp 334 /// getParsedSpecifiers - Return a bitmask of which flavors of specifiers this
337 unsigned DeclSpec::getParsedSpecifiers() const {
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/lib/Parse/
Parser.cpp 883 DS.getParsedSpecifiers() == DeclSpec::PQ_StorageClassSpecifier) {
    [all...]
ParseDecl.cpp     [all...]

Completed in 178 milliseconds