Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2503 llvm::ConstantInt::get(CGF.Int64Ty, S.getAsmLoc().getRawEncoding()); in UpdateAsmCallInst()
2723 CGM.Error(S.getAsmLoc(), "multiple outputs to hard register: " + GCCReg); in EmitAsmStmt()
2783 CGM.getDiags().Report(S.getAsmLoc(), in EmitAsmStmt()
2913 CGM.getDiags().Report(S.getAsmLoc(), diag::err_asm_invalid_type_in_input) in EmitAsmStmt()
2969 CGM.getDiags().Report(S.getAsmLoc(), in EmitAsmStmt()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4410 SourceLocation getAsmLoc() const { return getLocation(); } in getAsmLoc() function
4414 return SourceRange(getAsmLoc(), getRParenLoc()); in getSourceRange()
H A DStmt.h3135 SourceLocation getAsmLoc() const { return AsmLoc; }
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp354 Record.AddSourceLocation(S->getAsmLoc()); in VisitAsmStmt()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8350 return getDerived().RebuildGCCAsmStmt(S->getAsmLoc(), S->isSimple(), in TransformGCCAsmStmt()
8382 return getDerived().RebuildMSAsmStmt(S->getAsmLoc(), S->getLBraceLoc(), in TransformMSAsmStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp6798 ExpectedSLoc AsmLocOrErr = import(S->getAsmLoc()); in VisitGCCAsmStmt()