HomeSort by relevance Sort by last modified time
    Searched refs:qual_iterator (Results 1 - 10 of 10) sorted by null

  /external/clang/include/clang/AST/
CanonicalType.h 686 typedef ObjCObjectPointerType::qual_iterator qual_iterator; typedef in struct:clang::CanProxyAdaptor
687 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(qual_iterator, qual_begin)
688 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(qual_iterator, qual_end)
704 typedef ObjCObjectPointerType::qual_iterator qual_iterator; typedef in struct:clang::CanProxyAdaptor
705 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(qual_iterator, qual_begin)
706 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(qual_iterator, qual_end)
Type.h 4247 typedef ObjCProtocolDecl * const *qual_iterator; typedef in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectType
4342 qual_iterator, enumerator in enum:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType::__anon4889
4451 typedef ObjCObjectType::qual_iterator qual_iterator; typedef in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
TypePrinter.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 410 for (ObjCObjectPointerType::qual_iterator I = QIdTy->qual_begin(),
424 for (ObjCObjectPointerType::qual_iterator I = QIdTy->qual_begin(),
    [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 386 for (ObjCObjectType::qual_iterator I = T->qual_begin(),
    [all...]

Completed in 105 milliseconds