HomeSort by relevance Sort by last modified time
    Searched defs:AsmLoc (Results 1 - 2 of 2) 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/include/clang/AST/
Stmt.h     [all...]

Completed in 44 milliseconds