Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h3017 SourceLocation getAsmLoc() const { return getLocation(); } in getAsmLoc() function
3021 return SourceRange(getAsmLoc(), getRParenLoc()); in getSourceRange()
DStmt.h1400 SourceLocation getAsmLoc() const { return AsmLoc; } in getAsmLoc() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp224 Writer.AddSourceLocation(S->getAsmLoc(), Record); in VisitGCCAsmStmt()
/external/clang/lib/Sema/
DTreeTransform.h5605 return getDerived().RebuildGCCAsmStmt(S->getAsmLoc(), S->isSimple(), in TransformGCCAsmStmt()
5618 return getDerived().RebuildMSAsmStmt(S->getAsmLoc(), S->getLBraceLoc(), in TransformMSAsmStmt()