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

  /external/clang/lib/Parse/
RAIIObjectsForParser.h 202 const ParsingDeclSpec &getDeclSpec() const {
203 return static_cast<const ParsingDeclSpec&>(Declarator::getDeclSpec());
207 return const_cast<ParsingDeclSpec&>(getDeclSpec());
229 const ParsingDeclSpec &getDeclSpec() const {
230 return static_cast<const ParsingDeclSpec&>(D.getDeclSpec());
234 return const_cast<ParsingDeclSpec&>(getDeclSpec());
ParseCXXInlineMethods.cpp 44 if (D.getDeclSpec().isFriendSpecified())
53 bool TypeSpecContainsAuto = D.getDeclSpec().containsPlaceholderType();
106 !D.getDeclSpec().isConstexprSpecified() &&
169 if (D.getDeclSpec().isFriendSpecified()) {
    [all...]
ParseDecl.cpp     [all...]
ParseObjc.cpp 881 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool());
884 takeDeclAttributes(attrs, D.getDeclSpec().getAttributes().getList());
    [all...]
Parser.cpp     [all...]
ParseDeclCXX.cpp     [all...]
ParseExprCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp 49 D.getDeclSpec().hasTypeSpecifier())
220 return const_cast<DeclSpec&>(declarator.getDeclSpec());
702 const DeclSpec &DS = declarator.getDeclSpec();
    [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
DeclSpec.cpp 323 return getDeclSpec().getStorageClassSpec() == DeclSpec::SCS_static ||
    [all...]
SemaDeclObjC.cpp     [all...]
SemaTemplateVariadic.cpp 691 const DeclSpec &DS = D.getDeclSpec();
    [all...]
SemaDeclAttr.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 267 milliseconds