Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/hicpp/
H A DNoAssemblerCheck.cpp35 ASMLocation = ASM->getAsmLoc(); in check()
38 ASMLocation = ASM->getAsmLoc(); in check()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp2296 llvm::ConstantInt::get(CGF.Int64Ty, S.getAsmLoc().getRawEncoding()); in UpdateAsmCallInst()
2401 CGM.Error(S.getAsmLoc(), "multiple outputs to hard register: " + GCCReg); in EmitAsmStmt()
2461 CGM.getDiags().Report(S.getAsmLoc(), in EmitAsmStmt()
2592 CGM.getDiags().Report(S.getAsmLoc(), diag::err_asm_invalid_type_in_input) in EmitAsmStmt()
2648 CGM.getDiags().Report(S.getAsmLoc(), in EmitAsmStmt()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DDecl.h4201 SourceLocation getAsmLoc() const { return getLocation(); } in getAsmLoc() function
4205 return SourceRange(getAsmLoc(), getRParenLoc()); in getSourceRange()
H A DStmt.h2905 SourceLocation getAsmLoc() const { return AsmLoc; } in getAsmLoc() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterStmt.cpp289 Record.AddSourceLocation(S->getAsmLoc()); in VisitAsmStmt()
/llvm-project-15.0.7/clang/lib/Sema/
H A DTreeTransform.h7792 return getDerived().RebuildGCCAsmStmt(S->getAsmLoc(), S->isSimple(), in TransformGCCAsmStmt()
7825 return getDerived().RebuildMSAsmStmt(S->getAsmLoc(), S->getLBraceLoc(), in TransformMSAsmStmt()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp6311 ExpectedSLoc AsmLocOrErr = import(S->getAsmLoc()); in VisitGCCAsmStmt()