HomeSort by relevance Sort by last modified time
    Searched defs:AttrRange (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
AttributeList.h 73 SourceRange AttrRange;
163 AttributeList(IdentifierInfo *attrName, SourceRange attrRange,
169 AttrRange(attrRange), ScopeLoc(scopeLoc), ParmLoc(parmLoc),
178 AttributeList(IdentifierInfo *attrName, SourceRange attrRange,
188 AttrRange(attrRange), ScopeLoc(scopeLoc), ParmLoc(parmLoc), EllipsisLoc(),
201 AttributeList(IdentifierInfo *attrName, SourceRange attrRange,
208 AttrRange(attrRange), ScopeLoc(scopeLoc), ParmLoc(argumentKindLoc)
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]

Completed in 21 milliseconds