Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h3054 SourceLocation getAsmLoc() const { return getLocation(); } in getAsmLoc() function
3058 return SourceRange(getAsmLoc(), getRParenLoc()); in getSourceRange()
DStmt.h1396 SourceLocation getAsmLoc() const { return AsmLoc; } in getAsmLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp226 Writer.AddSourceLocation(S->getAsmLoc(), Record); in VisitGCCAsmStmt()
/external/clang/lib/Sema/
DTreeTransform.h5574 return getDerived().RebuildGCCAsmStmt(S->getAsmLoc(), S->isSimple(), in TransformGCCAsmStmt()
5587 return getDerived().RebuildMSAsmStmt(S->getAsmLoc(), S->getLBraceLoc(), in TransformMSAsmStmt()