HomeSort by relevance Sort by last modified time
    Searched refs:getDeclSpec (Results 1 - 16 of 16) 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 50 if (D.getDeclSpec().isFriendSpecified())
61 = D.getDeclSpec().getTypeSpecType() == DeclSpec::TST_auto;
191 if (D.getDeclSpec().isFriendSpecified()) {
ParseDecl.cpp     [all...]
ParseDeclCXX.cpp     [all...]
ParseObjc.cpp 861 attrs.getPool().takeAllFrom(D.getDeclSpec().getAttributePool());
864 takeDeclAttributes(attrs, D.getDeclSpec().getAttributes().getList());
    [all...]
Parser.cpp     [all...]
ParseExprCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]
SemaType.cpp 41 D.getDeclSpec().hasTypeSpecifier())
208 return const_cast<DeclSpec&>(declarator.getDeclSpec());
707 const DeclSpec &DS = declarator.getDeclSpec();
    [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaTemplateVariadic.cpp 690 const DeclSpec &DS = D.getDeclSpec();
SemaDeclAttr.cpp     [all...]
SemaExprCXX.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 83 milliseconds