OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LateParsedAttribute
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h
1278
struct
LateParsedAttribute
: public LateParsedDeclaration {
1286
explicit
LateParsedAttribute
(Parser *P, IdentifierInfo &Name,
1316
class LateParsedAttrList: public SmallVector<
LateParsedAttribute
*, 2> {
1551
void ParseLexedAttribute(
LateParsedAttribute
&LA,
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseCXXInlineMethods.cpp
267
void Parser::
LateParsedAttribute
::ParseLexedAttributes() {
686
/// for each
LateParsedAttribute
. We consume the saved tokens and
689
void Parser::ParseLexedAttribute(
LateParsedAttribute
&LA,
ParseDecl.cpp
218
LateParsedAttribute
*LA =
219
new
LateParsedAttribute
(this, *AttrName, AttrNameLoc);
Completed in 29 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026