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

/external/clang/include/clang/AST/
H A DStmt.h861 SourceLocation getAttrLoc() const { return AttrLoc; } function in class:clang::AttributedStmt
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp125 Record.AddSourceLocation(S->getAttrLoc());
/external/clang/lib/AST/
H A DASTImporter.cpp4959 SourceLocation ToAttrLoc = Importer.Import(S->getAttrLoc());
/external/clang/lib/Sema/
H A DTreeTransform.h6262 return getDerived().RebuildAttributedStmt(S->getAttrLoc(), Attrs,

Completed in 287 milliseconds