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

  /external/clang/lib/Parse/
Parser.cpp 873 D.getMutableDeclSpec().SetTypeSpecType(DeclSpec::TST_int,
    [all...]
ParseExprCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp 163 return getMutableDeclSpec().getAttributes().getListRef();
172 DeclSpec &spec = getMutableDeclSpec();
202 DeclSpec &getMutableDeclSpec() const {
210 getMutableDeclSpec().getAttributes().set(0);
214 getMutableDeclSpec().getAttributes().set(savedAttrs[0]);
369 declarator.getMutableDeclSpec().getAttributes().getListRef());
    [all...]
SemaDeclObjC.cpp     [all...]
SemaDecl.cpp     [all...]
SemaDeclCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]

Completed in 95 milliseconds