HomeSort by relevance Sort by last modified time
    Searched defs:Class (Results 51 - 75 of 82) sorted by null

1 23 4

  /external/clang/lib/Sema/
SemaDeclObjC.cpp 47 // We ignore protocols here. Should we? What about Class?
67 // Otherwise, we try to compare class types.
83 assert(receiverClass && "method not associated with a class!");
86 // If either class is a subclass of the other, it's fine.
124 // Figure out which class this method is part of, if any.
246 S.Diag(ND->getLocation(), diag::note_previous_decl) << "class";
336 // Only do this if the current class actually has a superclass.
356 assert(ClassName && "Missing class identifier");
369 // Class already seen. Is it a forward declaration?
375 // Return the previous class interface
    [all...]
SemaInit.cpp 143 /// The InitListChecker class contains a set of routines that each
169 class InitListChecker {
710 // [...] If the class is an aggregate (8.5.1), and the initializer
    [all...]
SemaLookup.cpp 53 class UnqualUsingEntry {
89 class UnqualUsingDirectiveSet {
238 // 3) Tag because it includes class templates, which can't
408 // A class name or enumeration name can be hidden by the name of
410 // scope. If a class or enumeration name and an object, function,
412 // with the same name, the class or enumeration name is hidden
518 /// the class at this point.
520 const CXXRecordDecl *Class) {
521 // Don't do it if the class is invalid.
522 if (Class->isInvalidDecl()
    [all...]
SemaType.cpp 110 class TypeProcessingState {
649 // type-qualifier, or storage-class-specifier. If not, emit an extwarn.
795 // Class<protocol-list>
    [all...]
SemaCodeComplete.cpp 39 class ResultBuilder {
63 class ShadowMapEntry {
107 class iterator;
289 /// class of the searched context.
331 class ResultBuilder::ShadowMapEntry::iterator {
341 class pointer {
484 // Class template (partial) specializations are never added as results.
933 // Adjust the priority if this result comes from a base class.
    [all...]