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 424 SourceLocation AttrLoc;
438 AttrLoc = tok.getLocation();
443 if (AttrLoc.isValid() && AfterTok.is(tok::unknown))
448 if (AttrLoc.isInvalid())
453 if (toAttr.empty() && AttrLoc.isValid() && AfterTok.isNot(tok::unknown)) {
459 Pass.TA.remove(SourceRange(AttrLoc, AfterTok.getLocation()));
461 Pass.TA.remove(SourceRange(BeforeTok.getLocation(), AttrLoc));
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaStmt.cpp 433 StmtResult Sema::ActOnAttributedStmt(SourceLocation AttrLoc,
437 AttributedStmt *LS = AttributedStmt::Create(Context, AttrLoc, Attrs, SubStmt);
    [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 687 SourceLocation AttrLoc;
726 return getLocalData()->AttrLoc;
729 getLocalData()->AttrLoc = loc;
    [all...]
Stmt.h 820 SourceLocation AttrLoc;
826 : Stmt(AttributedStmtClass), SubStmt(SubStmt), AttrLoc(Loc),
847 SourceLocation getAttrLoc() const { return AttrLoc; }
854 SourceLocation getLocStart() const LLVM_READONLY { return AttrLoc; }
    [all...]
ASTContext.h     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp 314 SourceLocation AttrLoc = ScopeLoc.isValid() ? ScopeLoc : AttrNameLoc;
315 Attrs.addNew(AttrName, SourceRange(AttrLoc, RParen), ScopeName, ScopeLoc,
    [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 115 milliseconds