Searched refs:qual_end (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h643 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(qual_iterator, qual_end)
661 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(qual_iterator, qual_end)
H A DType.h4331 qual_iterator qual_end() const { return qual_begin() + getNumProtocols(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectType
4423 qual_end, enumerator in enum:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType::__anon2961
4535 qual_iterator qual_end() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4536 return getObjectType()->qual_end();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp5444 E = OPT->qual_end(); I != E; ++I) {
5490 E = OPT->qual_end(); I != E; ++I) {
6473 E = lhsQID->qual_end(); I != E; ++I) {
6477 E = rhsOPT->qual_end(); J != E; ++J) {
6512 E = lhsQID->qual_end(); I != E; ++I) {
6525 E = lhsQID->qual_end(); I != E; ++I) {
6533 E = rhsOPT->qual_end(); J != E; ++J) {
6545 E = lhsQID->qual_end(); I != E; ++I) {
6569 E = lhsOPT->qual_end(); I != E; ++I) {
6579 E = rhsQID->qual_end();
[all...]
H A DTypePrinter.cpp1253 I = T->qual_begin(), E = T->qual_end(); I != E; ++I) {
1286 E = T->qual_end();
H A DItaniumMangle.cpp2314 ObjCObjectType::qual_iterator i = T->qual_begin(), e = T->qual_end();
H A DASTImporter.cpp1791 PEnd = T->qual_end();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprMember.cpp403 E = QIdTy->qual_end(); I != E; ++I) {
417 E = QIdTy->qual_end(); I != E; ++I) {
H A DSemaExprObjC.cpp1413 i = objType->qual_begin(), e = objType->qual_end(); i != e; ++i)
1428 E = OPT->qual_end(); I != E; ++I) {
1539 E = OPT->qual_end(); I != E; ++I)
H A DSemaCodeComplete.cpp3640 E = ObjCPtr->qual_end();
5591 E = QualID->qual_end();
5606 E = IFacePtr->qual_end();
H A DSemaDeclObjC.cpp611 E = OPT->qual_end(); I != E; ++I)
H A DSemaLookup.cpp4120 I = OPT->qual_begin(), E = OPT->qual_end();
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp399 E = T->qual_end(); I != E; ++I)

Completed in 334 milliseconds