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

  /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) {
450 if (RequireCompleteType(AsmLoc, QualType(RT, 0), 0))
472 StmtResult Sema::ActOnMSAsmStmt(SourceLocation AsmLoc, SourceLocation LBraceLoc,
482 new (Context) MSAsmStmt(Context, AsmLoc, LBraceLoc, IsSimple,
TreeTransform.h     [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 112 virtual bool parseMSInlineAsm(void *AsmLoc, std::string &AsmString,
  /external/clang/lib/Parse/
ParseStmt.cpp     [all...]
  /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 223 bool parseMSInlineAsm(void *AsmLoc, std::string &AsmString,
    [all...]

Completed in 466 milliseconds