Home
last modified time | relevance | path

Searched refs:getAttrLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DStmt.h826 SourceLocation getAttrLoc() const { return AttrLoc; } in getAttrLoc() function
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriterStmt.cpp117 Writer.AddSourceLocation(S->getAttrLoc(), Record); in VisitAttributedStmt()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DTreeTransform.h5404 return getDerived().RebuildAttributedStmt(S->getAttrLoc(), in TransformAttributedStmt()