OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LateParsedAttribute
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Parse/
Parser.h
798
struct
LateParsedAttribute
: public LateParsedDeclaration {
805
explicit
LateParsedAttribute
(Parser *P, IdentifierInfo &Name,
815
typedef llvm::SmallVector<
LateParsedAttribute
*, 2> LateParsedAttrList;
[
all
...]
/external/clang/lib/Parse/
ParseDecl.cpp
140
LateParsedAttribute
*LA =
141
new
LateParsedAttribute
(this, *AttrName, AttrNameLoc);
828
void Parser::
LateParsedAttribute
::ParseLexedAttributes() {
880
/// for each
LateParsedAttribute
. We consume the saved tokens and
883
void Parser::ParseLexedAttribute(
LateParsedAttribute
&LA,
[
all
...]
Completed in 18 milliseconds