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

  /external/clang/include/clang/AST/
CanonicalType.h 642 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(qual_iterator, qual_begin)
660 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(qual_iterator, qual_begin)
Type.h 4310 qual_iterator qual_begin() const { return getProtocolStorage(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectType
4402 qual_begin, enumerator in enum:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType::__anon17345
4512 qual_iterator qual_begin() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
    [all...]
TypeLoc.h 849 return *(this->getTypePtr()->qual_begin() + i);
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
TypePrinter.cpp     [all...]
ItaniumMangle.cpp     [all...]
Type.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 420 for (ObjCObjectPointerType::qual_iterator I = QIdTy->qual_begin(),
434 for (ObjCObjectPointerType::qual_iterator I = QIdTy->qual_begin(),
    [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 398 for (ObjCObjectType::qual_iterator I = T->qual_begin(),
    [all...]

Completed in 166 milliseconds