Searched refs:AsmLoc (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaStmtAsm.cpp77 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, argument
205 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
430 unsigned &Offset, SourceLocation AsmLoc) {
450 if (RequireCompleteType(AsmLoc, QualType(RT, 0), 0))
472 StmtResult Sema::ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, argument
482 new (Context) MSAsmStmt(Context, AsmLoc, LBraceLoc, IsSimple,
429 LookupInlineAsmField(StringRef Base, StringRef Member, unsigned &Offset, SourceLocation AsmLoc) argument
H A DTreeTransform.h1207 StmtResult RebuildGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple, argument
1213 return getSema().ActOnGCCAsmStmt(AsmLoc, IsSimple, IsVolatile, NumOutputs,
1222 StmtResult RebuildMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc, argument
1230 return getSema().ActOnMSAsmStmt(AsmLoc, LBraceLoc, AsmToks, AsmString,
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmt.cpp1744 SourceLocation AsmLoc; member in class:__anon3193::ClangAsmParserCallback
1758 : TheParser(P), AsmLoc(Loc), AsmString(AsmString),
1807 Offset, AsmLoc);
1863 SourceLocation Loc = AsmLoc;
1960 SourceLocation AsmLoc,
1991 PP.Diag(AsmLoc, diag::err_asm_empty);
2031 StmtResult Parser::ParseMicrosoftAsmStatement(SourceLocation AsmLoc) {
2033 SourceLocation EndLoc = AsmLoc;
2137 Diag(AsmLoc, diag::err_msasm_unsupported_arch) << TheTriple.getArchName();
2142 Diag(AsmLoc, dia
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h112 virtual bool parseMSInlineAsm(void *AsmLoc, std::string &AsmString,
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h1367 SourceLocation AsmLoc; member in class:clang::AsmStmt
1384 Stmt (SC), AsmLoc(asmloc), IsSimple(issimple), IsVolatile(isvolatile),
1394 SourceLocation getAsmLoc() const { return AsmLoc; }
1395 void setAsmLoc(SourceLocation L) { AsmLoc = L; }
1664 SourceLocation getLocStart() const LLVM_READONLY { return AsmLoc; }
1762 SourceLocation getLocStart() const LLVM_READONLY { return AsmLoc; }
H A DDecl.h3150 StringLiteral *Str, SourceLocation AsmLoc,
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1526 StmtResult ParseMicrosoftAsmStatement(SourceLocation AsmLoc);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1591 SourceLocation AsmLoc,
2971 StmtResult ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple,
2984 unsigned &Offset, SourceLocation AsmLoc);
2985 StmtResult ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc,
/freebsd-9.3-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp223 bool parseMSInlineAsm(void *AsmLoc, std::string &AsmString,
4120 void *AsmLoc, std::string &AsmString, unsigned &NumOutputs,
4119 parseMSInlineAsm( void *AsmLoc, std::string &AsmString, unsigned &NumOutputs, unsigned &NumInputs, SmallVectorImpl<std::pair<void *, bool> > &OpDecls, SmallVectorImpl<std::string> &Constraints, SmallVectorImpl<std::string> &Clobbers, const MCInstrInfo *MII, const MCInstPrinter *IP, MCAsmParserSemaCallback &SI) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp3676 SourceLocation AsmLoc,
3678 return new (C) FileScopeAsmDecl(DC, Str, AsmLoc, RParenLoc);
3674 Create(ASTContext &C, DeclContext *DC, StringLiteral *Str, SourceLocation AsmLoc, SourceLocation RParenLoc) argument

Completed in 230 milliseconds