HomeSort by relevance Sort by last modified time
    Searched refs:AttrLoc (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/ARCMigrate/
TransProperties.cpp 327 SourceLocation AttrLoc;
342 AttrLoc = tok.getLocation();
347 if (AttrLoc.isValid() && AfterTok.is(tok::unknown))
352 if (AttrLoc.isInvalid())
357 if (toAttr.empty() && AttrLoc.isValid() && AfterTok.isNot(tok::unknown)) {
363 Pass.TA.remove(SourceRange(AttrLoc, AfterTok.getLocation()));
365 Pass.TA.remove(SourceRange(BeforeTok.getLocation(), AttrLoc));
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaDeclAttr.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp 744 SourceLocation AttrLoc = Attr->getLocation();
752 AttrLoc);
760 AttrLoc);
    [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 625 SourceLocation AttrLoc;
664 return getLocalData()->AttrLoc;
667 getLocalData()->AttrLoc = loc;
    [all...]
ASTContext.h 701 SourceLocation AttrLoc) const;
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 884 LocTy AttrLoc = Lex.getLoc();
890 return Error(AttrLoc, "invalid use of function-only attribute");
896 return Error(AttrLoc, "invalid use of attribute on a function");
899 return Error(AttrLoc, "invalid use of parameter-only attribute");
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h 787 SourceLocation AttrLoc);
    [all...]

Completed in 601 milliseconds