Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h3013 ObjCEncOptions(unsigned Bits) : Bits(Bits) {} in ObjCEncOptions() function
3016 ObjCEncOptions() : Bits(0) {} in ObjCEncOptions() function
3017 ObjCEncOptions(const ObjCEncOptions &RHS) : Bits(RHS.Bits) {} in ObjCEncOptions() function