Home
last modified time | relevance | path

Searched refs:SelectorLocationsKind (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprObjC.cpp111 SelectorLocationsKind SelLocsK, in ObjCMessageExpr()
130 SelectorLocationsKind SelLocsK, in ObjCMessageExpr()
146 SelectorLocationsKind SelLocsK, in ObjCMessageExpr()
161 SelectorLocationsKind SelLocsK) { in initArgsAndSelLocs()
184 SelectorLocationsKind SelLocsK = SelectorLocationsKind(); in Create()
203 SelectorLocationsKind SelLocsK = SelectorLocationsKind(); in Create()
222 SelectorLocationsKind SelLocsK = SelectorLocationsKind(); in Create()
244 SelectorLocationsKind &SelLocsK) { in alloc()
H A DSelectorLocationsKind.cpp69 SelectorLocationsKind hasStandardSelLocs(Selector Sel, in hasStandardSelLocs()
95 SelectorLocationsKind
112 SelectorLocationsKind
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DSelectorLocationsKind.h27 enum SelectorLocationsKind { enum
45 SelectorLocationsKind hasStandardSelectorLocs(Selector Sel,
63 SelectorLocationsKind hasStandardSelectorLocs(Selector Sel,
H A DDeclObjC.h178 SelectorLocationsKind getSelLocsKind() const { in getSelLocsKind()
179 return static_cast<SelectorLocationsKind>(ObjCMethodDeclBits.SelLocsKind); in getSelLocsKind()
182 void setSelLocsKind(SelectorLocationsKind Kind) { in setSelLocsKind()
H A DDeclBase.h1903 LLVM_PREFERRED_TYPE(SelectorLocationsKind)
/freebsd/lib/clang/libclang/
H A DMakefile140 SRCS_MIN+= AST/SelectorLocationsKind.cpp
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1190 MD->setSelLocsKind((SelectorLocationsKind)Record.readInt()); in VisitObjCMethodDecl()