OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ActOnObjCBoolLiteral
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp
3548
return Actions.
ActOnObjCBoolLiteral
(ConsumeToken(), Kind);
ParseObjc.cpp
3356
return Actions.
ActOnObjCBoolLiteral
(AtLoc, EndLoc, ArgValue);
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
6174
///
ActOnObjCBoolLiteral
- Parse {__objc_yes,__objc_no} literals.
6175
ExprResult
ActOnObjCBoolLiteral
(SourceLocation OpLoc, tok::TokenKind Kind);
6853
ExprResult
ActOnObjCBoolLiteral
(SourceLocation AtLoc, SourceLocation ValueLoc,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp
367
ExprResult Sema::
ActOnObjCBoolLiteral
(SourceLocation AtLoc,
SemaExpr.cpp
19618
///
ActOnObjCBoolLiteral
- Parse {__objc_yes,__objc_no} literals.
19620
Sema::
ActOnObjCBoolLiteral
(SourceLocation OpLoc, tok::TokenKind Kind) {
Completed in 124 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026