Home
last modified time | relevance | path

Searched defs:BridgeKeywordLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp2984 SourceLocation BridgeKeywordLoc = ConsumeToken(); ParseParenExpression() local
3030 SourceLocation BridgeKeywordLoc = ConsumeToken(); ParseParenExpression() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4640 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 DExprObjC.h1643 SourceLocation BridgeKeywordLoc; variable