Searched defs:BridgeKeywordLoc (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 3036 SourceLocation BridgeKeywordLoc = ConsumeToken(); ParseParenExpression() local 3082 SourceLocation BridgeKeywordLoc = ConsumeToken(); ParseParenExpression() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprObjC.cpp | 4653 BuildObjCBridgedCast(SourceLocation LParenLoc,ObjCBridgeCastKind Kind,SourceLocation BridgeKeywordLoc,TypeSourceInfo * TSInfo,Expr * SubExpr) BuildObjCBridgedCast() argument 4765 ActOnObjCBridgedCast(Scope * S,SourceLocation LParenLoc,ObjCBridgeCastKind Kind,SourceLocation BridgeKeywordLoc,ParsedType Type,SourceLocation RParenLoc,Expr * SubExpr) ActOnObjCBridgedCast() argument [all...] |
/llvm-project/clang/include/clang/AST/ |
H A D | ExprObjC.h | 1643 SourceLocation BridgeKeywordLoc; global() variable
|