OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SuperLoc
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/AST/
ExprObjC.h
283
SourceLocation
SuperLoc
, QualType SuperTy)
286
IdLoc(IdLoc), ReceiverLoc(
SuperLoc
), Receiver(SuperTy.getTypePtr()) {
487
SourceLocation
SuperLoc
;
501
SourceLocation
SuperLoc
,
603
/// \param
SuperLoc
The location of the "super" keyword.
621
SourceLocation
SuperLoc
,
777
return
SuperLoc
;
808
SuperLoc
= Loc;
[
all
...]
/external/clang/lib/Parse/
ParseObjc.cpp
[
all
...]
/external/clang/lib/Serialization/
ASTReaderStmt.cpp
881
SourceLocation
SuperLoc
= ReadSourceLocation(Record, Idx);
882
E->setSuper(
SuperLoc
, T, Kind == ObjCMessageExpr::SuperInstance);
[
all
...]
Completed in 1189 milliseconds