Home
last modified time | relevance | path

Searched refs:ParseLexedCAttribute (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1656 void ParseLexedCAttribute(LateParsedAttribute &LA, bool EnterScope,
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp5000 ParseLexedCAttribute(*LA, EnterScope, OutAttrs); in ParseLexedCAttributeList()
5011 void Parser::ParseLexedCAttribute(LateParsedAttribute &LA, bool EnterScope, in ParseLexedCAttribute() function in Parser