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),
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/lib/Sema/
SemaStmtAsm.cpp 77 StmtResult Sema::ActOnGCCAsmStmt(SourceLocation AsmLoc, bool IsSimple,
205 new (Context) GCCAsmStmt(Context, AsmLoc, IsSimple, IsVolatile, NumOutputs,
430 unsigned &Offset, SourceLocation AsmLoc) {
452 if (RequireCompleteType(AsmLoc, QualType(RT, 0), 0))
474 StmtResult Sema::ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc,
484 new (Context) MSAsmStmt(Context, AsmLoc, LBraceLoc, IsSimple,
TreeTransform.h     [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 110 virtual bool parseMSInlineAsm(void *AsmLoc, std::string &AsmString,
  /external/clang/include/clang/AST/
Stmt.h     [all...]
Decl.h     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/AST/
Decl.cpp     [all...]
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 225 bool parseMSInlineAsm(void *AsmLoc, std::string &AsmString,
    [all...]

Completed in 346 milliseconds