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 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...]
SemaStmt.cpp 423 StmtResult Sema::ActOnAttributedStmt(SourceLocation AttrLoc,
427 AttributedStmt *LS = AttributedStmt::Create(Context, AttrLoc, Attrs, SubStmt);
    [all...]
TreeTransform.h     [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/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...]
ASTContext.h     [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 181 S->AttrLoc = ReadSourceLocation(Record, Idx);
    [all...]

Completed in 401 milliseconds