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),
99 AsmLoc);
154 SourceLocation Loc = AsmLoc;
250 static bool buildMSAsmString(Preprocessor &PP, SourceLocation AsmLoc,
280 PP.Diag(AsmLoc, diag::err_asm_empty);
320 StmtResult Parser::ParseMicrosoftAsmStatement(SourceLocation AsmLoc) {
322 SourceLocation EndLoc = AsmLoc;
456 Diag(AsmLoc, diag::err_msasm_unsupported_arch) << TheTriple.getArchName();
461 Diag(AsmLoc, diag::err_msasm_unable_to_create_target) << Error
    [all...]
  /external/clang/include/clang/AST/
Stmt.h     [all...]

Completed in 120 milliseconds