Home
last modified time | relevance | path

Searched defs:LBracLoc (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprObjC.cpp107 SourceLocation LBracLoc, in ObjCMessageExpr()
127 SourceLocation LBracLoc, in ObjCMessageExpr()
144 SourceLocation LBracLoc, Expr *Receiver, in ObjCMessageExpr()
176 SourceLocation LBracLoc, SourceLocation SuperLoc, in Create()
196 SourceLocation LBracLoc, TypeSourceInfo *Receiver, in Create()
215 SourceLocation LBracLoc, Expr *Receiver, Selector Sel, in Create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprObjC.cpp2385 SourceLocation LBracLoc, in ActOnSuperMessage()
2611 SourceLocation LBracLoc, in BuildClassMessage()
2763 SourceLocation LBracLoc, in ActOnClassMessage()
2844 SourceLocation LBracLoc, in BuildInstanceMessage()
3419 SourceLocation LBracLoc, in ActOnInstanceMessage()
H A DTreeTransform.h3457 SourceLocation LBracLoc, in RebuildObjCMessageExpr()
3472 SourceLocation LBracLoc, in RebuildObjCMessageExpr()
3488 SourceLocation LBracLoc, in RebuildObjCMessageExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp3020 SourceLocation LBracLoc = ConsumeBracket(); // consume '[' in ParseObjCMessageExpression() local
3153 Parser::ParseObjCMessageExpressionBody(SourceLocation LBracLoc, in ParseObjCMessageExpressionBody()
H A DParseExpr.cpp189 Parser::ParseAssignmentExprWithObjCMessageExprStart(SourceLocation LBracLoc, in ParseAssignmentExprWithObjCMessageExprStart()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h985 SourceLocation LBracLoc, RBracLoc; variable