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

  /external/clang/lib/ARCMigrate/
Transforms.cpp 359 SourceLocation AttrLoc;
374 AttrLoc = tok.getLocation();
379 if (AttrLoc.isValid() && AfterTok.is(tok::unknown))
384 if (AttrLoc.isInvalid())
389 if (toAttr.empty() && AttrLoc.isValid() && AfterTok.isNot(tok::unknown)) {
395 Pass.TA.remove(SourceRange(AttrLoc, AfterTok.getLocation()));
397 Pass.TA.remove(SourceRange(BeforeTok.getLocation(), AttrLoc));
  /external/clang/include/clang/AST/
TypeLoc.h 630 SourceLocation AttrLoc;
669 return getLocalData()->AttrLoc;
672 getLocalData()->AttrLoc = loc;
    [all...]
Stmt.h 805 SourceLocation AttrLoc;
814 : Stmt(AttributedStmtClass), SubStmt(substmt), AttrLoc(loc), Attrs(attrs) {
822 SourceLocation getAttrLoc() const { return AttrLoc; }
828 return SourceRange(AttrLoc, SubStmt->getLocEnd());
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaType.cpp     [all...]

Completed in 233 milliseconds