HomeSort by relevance Sort by last modified time
    Searched defs:ClassLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
DeclObjC.h 488 SourceLocation ClassLoc; // location of the class identifier.
500 SourceLocation ClassLoc = SourceLocation(),
682 void setClassLoc(SourceLocation Loc) { ClassLoc = Loc; }
683 SourceLocation getClassLoc() const { return ClassLoc; }
    [all...]
  /external/clang/lib/Sema/
SemaDeclCXX.cpp     [all...]

Completed in 28 milliseconds