Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp3036 SourceLocation BridgeKeywordLoc = ConsumeToken(); ParseParenExpression() local
3082 SourceLocation BridgeKeywordLoc = ConsumeToken(); ParseParenExpression() local
/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp4653 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 DExprObjC.h1643 SourceLocation BridgeKeywordLoc; global() variable