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