Home | History | Annotate | Download | only in AST

Lines Matching defs:BridgeKeywordLoc

1503   SourceLocation BridgeKeywordLoc;
1511 CastKind CK, SourceLocation BridgeKeywordLoc,
1515 LParenLoc(LParenLoc), BridgeKeywordLoc(BridgeKeywordLoc), Kind(Kind) { }
1532 SourceLocation getBridgeKeywordLoc() const { return BridgeKeywordLoc; }