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

  /external/clang/include/clang/AST/
CanonicalType.h 687 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(qual_iterator, qual_end)
705 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(qual_iterator, qual_end)
Type.h 4180 qual_iterator qual_end() const { return qual_begin() + getNumProtocols(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectType
4274 qual_end, enumerator in enum:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType::__anon4471
4384 qual_iterator qual_end() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
TypePrinter.cpp 1000 I = T->qual_begin(), E = T->qual_end(); I != E; ++I) {
1037 E = T->qual_end();
    [all...]
ASTImporter.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprMember.cpp 411 E = QIdTy->qual_end(); I != E; ++I) {
425 E = QIdTy->qual_end(); I != E; ++I) {
    [all...]
SemaExprObjC.cpp     [all...]
SemaCodeComplete.cpp     [all...]
SemaLookup.cpp     [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp 382 E = T->qual_end(); I != E; ++I)
    [all...]

Completed in 181 milliseconds