Searched refs:SelectorLocationsKind (Results 1 - 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
H A DSelectorLocationsKind.h1 //===--- SelectorLocationsKind.h - Kind of selector locations ---*- C++ -*-===//
28 enum SelectorLocationsKind { enum in namespace:clang
46 SelectorLocationsKind hasStandardSelectorLocs(Selector Sel,
64 SelectorLocationsKind hasStandardSelectorLocs(Selector Sel,
H A DExprObjC.h19 #include "clang/AST/SelectorLocationsKind.h"
918 /// "standard" position, a enum SelectorLocationsKind.
942 SelectorLocationsKind SelLocsK,
952 SelectorLocationsKind SelLocsK,
962 SelectorLocationsKind SelLocsK,
970 SelectorLocationsKind SelLocsK);
983 SelectorLocationsKind getSelLocsKind() const {
984 return (SelectorLocationsKind)SelLocsKind;
1012 SelectorLocationsKind &SelLocsK);
H A DDeclObjC.h18 #include "clang/AST/SelectorLocationsKind.h"
150 /// "standard" position, a enum SelectorLocationsKind.
189 SelectorLocationsKind getSelLocsKind() const {
190 return (SelectorLocationsKind)SelLocsKind;
/external/clang/lib/AST/
H A DSelectorLocationsKind.cpp1 //===--- SelectorLocationsKind.cpp - Kind of selector locations -*- C++ -*-===//
15 #include "clang/AST/SelectorLocationsKind.h"
70 SelectorLocationsKind hasStandardSelLocs(Selector Sel,
96 SelectorLocationsKind
113 SelectorLocationsKind
H A DAndroid.mk71 SelectorLocationsKind.cpp \
H A DExpr.cpp3373 SelectorLocationsKind SelLocsK,
3399 SelectorLocationsKind SelLocsK,
3423 SelectorLocationsKind SelLocsK,
3444 SelectorLocationsKind SelLocsK) {
3482 SelectorLocationsKind SelLocsK = SelectorLocationsKind();
3505 SelectorLocationsKind SelLocsK = SelectorLocationsKind();
3528 SelectorLocationsKind SelLocsK = SelectorLocationsKind();
[all...]

Completed in 1184 milliseconds