Searched refs:SelLocsK (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DExpr.cpp3126 SelectorLocationsKind SelLocsK,
3141 initArgsAndSelLocs(Args, SelLocs, SelLocsK);
3151 SelectorLocationsKind SelLocsK,
3165 initArgsAndSelLocs(Args, SelLocs, SelLocsK);
3175 SelectorLocationsKind SelLocsK,
3190 initArgsAndSelLocs(Args, SelLocs, SelLocsK);
3196 SelectorLocationsKind SelLocsK) {
3212 SelLocsKind = SelLocsK;
3214 if (SelLocsK == SelLoc_NonStandard)
3234 SelectorLocationsKind SelLocsK local
3118 ObjCMessageExpr(QualType T, ExprValueKind VK, SourceLocation LBracLoc, SourceLocation SuperLoc, bool IsInstanceSuper, QualType SuperType, Selector Sel, ArrayRef<SourceLocation> SelLocs, SelectorLocationsKind SelLocsK, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
3145 ObjCMessageExpr(QualType T, ExprValueKind VK, SourceLocation LBracLoc, TypeSourceInfo *Receiver, Selector Sel, ArrayRef<SourceLocation> SelLocs, SelectorLocationsKind SelLocsK, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
3169 ObjCMessageExpr(QualType T, ExprValueKind VK, SourceLocation LBracLoc, Expr *Receiver, Selector Sel, ArrayRef<SourceLocation> SelLocs, SelectorLocationsKind SelLocsK, ObjCMethodDecl *Method, ArrayRef<Expr *> Args, SourceLocation RBracLoc, bool isImplicit) argument
3194 initArgsAndSelLocs(ArrayRef<Expr *> Args, ArrayRef<SourceLocation> SelLocs, SelectorLocationsKind SelLocsK) argument
3257 SelectorLocationsKind SelLocsK = SelectorLocationsKind(); local
3280 SelectorLocationsKind SelLocsK = SelectorLocationsKind(); local
3297 alloc(ASTContext &C, ArrayRef<Expr *> Args, SourceLocation RBraceLoc, ArrayRef<SourceLocation> SelLocs, Selector Sel, SelectorLocationsKind &SelLocsK) argument
[all...]
/external/clang/include/clang/AST/
H A DExprObjC.h930 SelectorLocationsKind SelLocsK,
940 SelectorLocationsKind SelLocsK,
950 SelectorLocationsKind SelLocsK,
958 SelectorLocationsKind SelLocsK);
1000 SelectorLocationsKind &SelLocsK);

Completed in 53 milliseconds