Searched refs:LateParsedAttribute (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h837 struct LateParsedAttribute : public LateParsedDeclaration { struct in class:clang::Parser
844 explicit LateParsedAttribute(Parser *P, IdentifierInfo &Name, function in struct:clang::Parser::LateParsedAttribute
854 class LateParsedAttrList: public SmallVector<LateParsedAttribute *, 2> {
1102 void ParseLexedAttribute(LateParsedAttribute &LA,
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseDecl.cpp149 LateParsedAttribute *LA =
150 new LateParsedAttribute(this, *AttrName, AttrNameLoc);
972 void Parser::LateParsedAttribute::ParseLexedAttributes() {
1026 /// for each LateParsedAttribute. We consume the saved tokens and
1029 void Parser::ParseLexedAttribute(LateParsedAttribute &LA,

Completed in 114 milliseconds