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

  /external/clang/lib/ARCMigrate/
Transforms.cpp 359 SourceLocation AttrLoc;
374 AttrLoc = tok.getLocation();
379 if (AttrLoc.isValid() && AfterTok.is(tok::unknown))
384 if (AttrLoc.isInvalid())
389 if (toAttr.empty() && AttrLoc.isValid() && AfterTok.isNot(tok::unknown)) {
395 Pass.TA.remove(SourceRange(AttrLoc, AfterTok.getLocation()));
397 Pass.TA.remove(SourceRange(BeforeTok.getLocation(), AttrLoc));
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaStmt.cpp 363 StmtResult Sema::ActOnAttributedStmt(SourceLocation AttrLoc,
369 AttributedStmt *LS = new (Context) AttributedStmt(AttrLoc, Attrs, SubStmt);
    [all...]
SemaDeclAttr.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/clang/include/clang/AST/
TypeLoc.h 630 SourceLocation AttrLoc;
669 return getLocalData()->AttrLoc;
672 getLocalData()->AttrLoc = loc;
    [all...]
Stmt.h 805 SourceLocation AttrLoc;
814 : Stmt(AttributedStmtClass), SubStmt(substmt), AttrLoc(loc), Attrs(attrs) {
822 SourceLocation getAttrLoc() const { return AttrLoc; }
828 return SourceRange(AttrLoc, SubStmt->getLocEnd());
    [all...]
ASTContext.h 773 SourceLocation AttrLoc) const;
    [all...]
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 879 LocTy AttrLoc = Lex.getLoc();
885 return Error(AttrLoc, "invalid use of function-only attribute");
891 return Error(AttrLoc, "invalid use of attribute on a function");
894 return Error(AttrLoc, "invalid use of parameter-only attribute");
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 168 S->AttrLoc = ReadSourceLocation(Record, Idx);
    [all...]

Completed in 762 milliseconds