OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExtLoc
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Parse/
ParseExpr.cpp
139
Parser::ParseExpressionWithLeadingExtension(SourceLocation
ExtLoc
) {
149
LHS = Actions.ActOnUnaryOp(getCurScope(),
ExtLoc
, tok::kw___extension__,
[
all
...]
ParseStmt.cpp
848
SourceLocation
ExtLoc
= ConsumeToken();
868
ExprResult Res(ParseExpressionWithLeadingExtension(
ExtLoc
));
[
all
...]
/external/clang/include/clang/Parse/
Parser.h
[
all
...]
Completed in 71 milliseconds