Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h2853 SourceLocation getAsmLoc() const { return getLocation(); } in getAsmLoc() function
2857 return SourceRange(getAsmLoc(), getRParenLoc()); in getSourceRange()
DStmt.h1246 SourceLocation getAsmLoc() const { return AsmLoc; } in getAsmLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp216 Writer.AddSourceLocation(S->getAsmLoc(), Record); in VisitAsmStmt()
/external/clang/lib/Sema/
DTreeTransform.h5339 return getDerived().RebuildAsmStmt(S->getAsmLoc(), in TransformAsmStmt()