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

  /external/clang/include/clang/Parse/
Parser.h 908 struct LateParsedAttribute : public LateParsedDeclaration {
915 explicit LateParsedAttribute(Parser *P, IdentifierInfo &Name,
    [all...]
  /external/clang/lib/Parse/
ParseDecl.cpp 168 LateParsedAttribute *LA =
169 new LateParsedAttribute(this, *AttrName, AttrNameLoc);
    [all...]

Completed in 43 milliseconds