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

  /external/clang/include/clang/AST/
CanonicalType.h 643 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(qual_iterator, qual_end)
661 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(qual_iterator, qual_end)
Type.h 4311 qual_iterator qual_end() const { return qual_begin() + getNumProtocols(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectType
4403 qual_end, enumerator in enum:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType::__anon17346
4515 qual_iterator qual_end() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
TypePrinter.cpp     [all...]
ItaniumMangle.cpp     [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 421 E = QIdTy->qual_end(); I != E; ++I) {
435 E = QIdTy->qual_end(); I != E; ++I) {
    [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 399 E = T->qual_end(); I != E; ++I)
    [all...]

Completed in 179 milliseconds