HomeSort by: relevance | last modified time | path
    Searched refs:setEndOfDefinitionLoc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 571 IDecl->setEndOfDefinitionLoc(ClassLoc);
662 IDecl->setEndOfDefinitionLoc(SuperClassTInfo->getTypeLoc().getEndLoc());
1090 IDecl->setEndOfDefinitionLoc(ClassLoc);
1099 IDecl->setEndOfDefinitionLoc(EndProtoLoc);
2045 IDecl->setEndOfDefinitionLoc(SuperClassLoc);
2047 IDecl->setEndOfDefinitionLoc(ClassLoc);
2126 IDecl->setEndOfDefinitionLoc(RBrace);
SemaDecl.cpp 17573 ID->setEndOfDefinitionLoc(RBrac);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 1861 void setEndOfDefinitionLoc(SourceLocation LE) { data().EndLoc = LE; }

Completed in 82 milliseconds