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

/external/clang/include/clang/AST/
H A DDecl.h3203 SourceLocation getAsmLoc() const { return getLocation(); }
3207 return SourceRange(getAsmLoc(), getRParenLoc());
H A DStmt.h1417 SourceLocation getAsmLoc() const { return AsmLoc; } function in class:clang::AsmStmt
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1851 CGM.getDiags().Report(S.getAsmLoc(),
1938 CGM.getDiags().Report(S.getAsmLoc(), diag::err_asm_invalid_type_in_input)
/external/clang/lib/Serialization/
H A DASTWriterStmt.cpp227 Writer.AddSourceLocation(S->getAsmLoc(), Record);
/external/clang/lib/Sema/
H A DTreeTransform.h5877 return getDerived().RebuildGCCAsmStmt(S->getAsmLoc(), S->isSimple(),
5909 return getDerived().RebuildMSAsmStmt(S->getAsmLoc(), S->getLBraceLoc(),

Completed in 758 milliseconds