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.cpp2673 llvm::ConstantInt::get(CGF.Int64Ty, S.getAsmLoc().getRawEncoding()); in UpdateAsmCallInst()
2898 CGM.Error(S.getAsmLoc(), "multiple outputs to hard register: " + GCCReg); in EmitAsmStmt()
2961 CGM.getDiags().Report(S.getAsmLoc(), in EmitAsmStmt()
3091 CGM.getDiags().Report(S.getAsmLoc(), diag::err_asm_invalid_type_in_input) in EmitAsmStmt()
3147 CGM.getDiags().Report(S.getAsmLoc(), in EmitAsmStmt()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h4521 SourceLocation getAsmLoc() const { return getLocation(); } in getAsmLoc() function
4525 return SourceRange(getAsmLoc(), getRParenLoc()); in getSourceRange()
H A DStmt.h3235 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.h8700 return getDerived().RebuildGCCAsmStmt(S->getAsmLoc(), S->isSimple(), in TransformGCCAsmStmt()
8732 return getDerived().RebuildMSAsmStmt(S->getAsmLoc(), S->getLBraceLoc(), in TransformMSAsmStmt()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp7145 ExpectedSLoc AsmLocOrErr = import(S->getAsmLoc()); in VisitGCCAsmStmt()