OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjCListBase
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
DeclObjC.h
35
class
ObjCListBase
{
36
ObjCListBase
(const
ObjCListBase
&) LLVM_DELETED_FUNCTION;
37
void operator=(const
ObjCListBase
&) LLVM_DELETED_FUNCTION;
44
ObjCListBase
() : List(0), NumElts(0) {}
58
class ObjCList : public
ObjCListBase
{
61
ObjCListBase
::set(reinterpret_cast<void*const*>(InList), Elts, Ctx);
[
all
...]
/external/clang/lib/AST/
DeclObjC.cpp
24
//
ObjCListBase
27
void
ObjCListBase
::set(void *const* InList, unsigned Elts, ASTContext &Ctx) {
[
all
...]
Completed in 337 milliseconds