HomeSort by relevance Sort by last modified time
    Searched refs:AsmLoc (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/Parse/
ParseStmtAsm.cpp 39 SourceLocation AsmLoc;
51 : TheParser(P), AsmLoc(Loc), AsmString(AsmString), AsmToks(Toks),
108 AsmLoc);
162 SourceLocation Loc = AsmLoc;
286 static bool buildMSAsmString(Preprocessor &PP, SourceLocation AsmLoc,
316 PP.Diag(AsmLoc, diag::err_asm_empty);
356 StmtResult Parser::ParseMicrosoftAsmStatement(SourceLocation AsmLoc) {
358 SourceLocation EndLoc = AsmLoc;
503 Diag(AsmLoc, diag::err_msasm_unsupported_arch) << TheTriple.getArchName();
508 Diag(AsmLoc, diag::err_msasm_unable_to_create_target) << Error
    [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 141 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple,
162 Context, AsmLoc, IsSimple, IsVolatile, NumOutputs, NumInputs, Names,
348 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
618 unsigned &Offset, SourceLocation AsmLoc) {
650 if (RequireCompleteType(AsmLoc, QualType(RT, 0),
679 SourceLocation AsmLoc) {
687 LookupResult FieldResult(*this, &Context.Idents.get(Member), AsmLoc,
705 E, E->getType(), AsmLoc, /*IsArrow=*/false, CXXScopeSpec(),
719 StmtResult Sema::ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc,
730 new (Context) MSAsmStmt(Context, AsmLoc, LBraceLoc, IsSimple
    [all...]
TreeTransform.h     [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 118 void *AsmLoc, std::string &AsmString, unsigned &NumOutputs,
  /external/clang/include/clang/AST/
Stmt.h     [all...]
Decl.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 226 bool parseMSInlineAsm(void *AsmLoc, std::string &AsmString,
    [all...]

Completed in 723 milliseconds