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

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

Completed in 101 milliseconds