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

  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexDecl.cpp 561 SourceLocation IvarLoc = D->getPropertyIvarDeclLoc();
563 IvarLoc = Container->getLocation();
565 } else if (D->getLocation() == IvarLoc) {
568 TRY_DECL(IvarD, IndexCtx.handleDecl(IvarD, IvarLoc, IvarRoles));
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 2757 SourceLocation IvarLoc;
2782 SourceLocation ivarLoc)
2784 IvarLoc(ivarLoc), PropertyDecl(property), PropertyIvarDecl(ivarDecl) {
2796 SourceLocation ivarLoc);
2817 SourceLocation getPropertyIvarDeclLoc() const { return IvarLoc; }
2820 SourceLocation IvarLoc) {
2822 this->IvarLoc = IvarLoc;
2833 return IvarLoc.isValid() && IvarLoc != getLocation()
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp 2315 SourceLocation ivarLoc) {
2317 ivarLoc);
2329 if (IvarLoc.isValid())
2330 EndLoc = IvarLoc;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 1340 D->IvarLoc = readSourceLocation();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 3510 SourceLocation IvarLoc,
3513 DeclarationNameInfo NameInfo(Ivar->getDeclName(), IvarLoc);
3516 /*FIXME:*/ IvarLoc, IsArrow, SS, SourceLocation(),

Completed in 35 milliseconds