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

  /external/compiler-rt/lib/ubsan/
ubsan_handlers.h 136 SourceLocation AttrLoc;
144 SourceLocation AttrLoc;
ubsan_handlers.cc 485 if (!Data->AttrLoc.isInvalid())
486 Diag(Data->AttrLoc, DL_Note, "returns_nonnull attribute specified here");
511 if (!Data->AttrLoc.isInvalid())
512 Diag(Data->AttrLoc, DL_Note, "nonnull attribute specified here");
  /external/clang/lib/ARCMigrate/
Transforms.cpp 420 SourceLocation AttrLoc;
434 AttrLoc = tok.getLocation();
439 if (AttrLoc.isValid() && AfterTok.is(tok::unknown))
444 if (AttrLoc.isInvalid())
449 if (toAttr.empty() && AttrLoc.isValid() && AfterTok.isNot(tok::unknown)) {
455 Pass.TA.remove(SourceRange(AttrLoc, AfterTok.getLocation()));
457 Pass.TA.remove(SourceRange(BeforeTok.getLocation(), AttrLoc));
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaStmt.cpp 483 StmtResult Sema::ActOnAttributedStmt(SourceLocation AttrLoc,
487 AttributedStmt *LS = AttributedStmt::Create(Context, AttrLoc, Attrs, SubStmt);
    [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 720 SourceLocation AttrLoc;
763 return getLocalData()->AttrLoc;
766 getLocalData()->AttrLoc = loc;
    [all...]
Stmt.h 820 SourceLocation AttrLoc;
826 : Stmt(AttributedStmtClass), SubStmt(SubStmt), AttrLoc(Loc),
849 SourceLocation getAttrLoc() const { return AttrLoc; }
856 SourceLocation getLocStart() const LLVM_READONLY { return AttrLoc; }
    [all...]
ASTContext.h     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 78 SourceLocation attrLoc;
83 attrLoc = Tok.getLocation();
98 if (!ExtraNamespaceLoc.empty() && attrLoc.isValid())
99 Diag(attrLoc, diag::err_unexpected_nested_namespace_attribute);
103 attrLoc = Tok.getLocation();
114 if (attrLoc.isValid())
115 Diag(attrLoc, diag::err_unexpected_namespace_attributes_alias);
    [all...]
ParseDecl.cpp 321 SourceLocation AttrLoc = ScopeLoc.isValid() ? ScopeLoc : AttrNameLoc;
322 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 2428 milliseconds