HomeSort by relevance Sort by last modified time
    Searched refs:AttrLoc (Results 1 - 13 of 13) 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/lib/Sema/
SemaType.cpp     [all...]
SemaDeclAttr.cpp 238 SourceLocation AttrLoc,
254 S.Diag(AttrLoc, diag::err_attribute_argument_n_not_int)
261 S.Diag(AttrLoc, diag::err_attribute_argument_out_of_bounds)
268 S.Diag(AttrLoc,
    [all...]
SemaStmt.cpp 409 StmtResult Sema::ActOnAttributedStmt(SourceLocation AttrLoc,
413 AttributedStmt *LS = AttributedStmt::Create(Context, AttrLoc, Attrs, SubStmt);
    [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp 311 SourceLocation AttrLoc = ScopeLoc.isValid() ? ScopeLoc : AttrNameLoc;
313 Attrs.addNewTypeAttr(AttrName, SourceRange(AttrLoc, RParen), ScopeName,
317 AttrName, SourceRange(AttrLoc, RParen), ScopeName, ScopeLoc, ParmName,
    [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 647 SourceLocation AttrLoc;
686 return getLocalData()->AttrLoc;
689 getLocalData()->AttrLoc = loc;
    [all...]
Stmt.h 808 SourceLocation AttrLoc;
815 : Stmt(AttributedStmtClass), SubStmt(SubStmt), AttrLoc(Loc),
831 SourceLocation getAttrLoc() const { return AttrLoc; }
838 SourceLocation getLocStart() const LLVM_READONLY { return AttrLoc; }
    [all...]
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 171 S->AttrLoc = ReadSourceLocation(Record, Idx);
    [all...]

Completed in 279 milliseconds