Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h849 SourceLocation getAttrLoc() const { return AttrLoc; } in getAttrLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp116 Writer.AddSourceLocation(S->getAttrLoc(), Record); in VisitAttributedStmt()
/external/clang/lib/AST/
DASTImporter.cpp4669 SourceLocation ToAttrLoc = Importer.Import(S->getAttrLoc()); in VisitAttributedStmt()
/external/clang/lib/Sema/
DTreeTransform.h6098 return getDerived().RebuildAttributedStmt(S->getAttrLoc(), Attrs, in TransformAttributedStmt()