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 420 SourceLocation AttrLoc;
435 AttrLoc = tok.getLocation();
440 if (AttrLoc.isValid() && AfterTok.is(tok::unknown))
445 if (AttrLoc.isInvalid())
450 if (toAttr.empty() && AttrLoc.isValid() && AfterTok.isNot(tok::unknown)) {
456 Pass.TA.remove(SourceRange(AttrLoc, AfterTok.getLocation()));
458 Pass.TA.remove(SourceRange(BeforeTok.getLocation(), AttrLoc));
  /external/clang/include/clang/AST/
TypeLoc.h 684 SourceLocation AttrLoc;
723 return getLocalData()->AttrLoc;
726 getLocalData()->AttrLoc = loc;
    [all...]
Stmt.h 801 SourceLocation AttrLoc;
808 : Stmt(AttributedStmtClass), SubStmt(SubStmt), AttrLoc(Loc),
824 SourceLocation getAttrLoc() const { return AttrLoc; }
831 SourceLocation getLocStart() const LLVM_READONLY { return AttrLoc; }
    [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp 322 SourceLocation AttrLoc = ScopeLoc.isValid() ? ScopeLoc : AttrNameLoc;
324 Attrs.addNewTypeAttr(AttrName, SourceRange(AttrLoc, RParen), ScopeName,
328 AttrName, SourceRange(AttrLoc, RParen), ScopeName, ScopeLoc, ParmName,
    [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp 240 SourceLocation AttrLoc,
259 S.Diag(AttrLoc, diag::err_attribute_argument_n_type) << Name.c_str()
266 S.Diag(AttrLoc, diag::err_attribute_argument_out_of_bounds)
273 S.Diag(AttrLoc,
    [all...]
SemaType.cpp     [all...]

Completed in 77 milliseconds