Searched defs:AsmLoc (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/Parse/
H A DParseStmt.cpp1620 StmtResult Parser::ParseMicrosoftAsmStatement(SourceLocation AsmLoc) { argument
1622 SourceLocation EndLoc = AsmLoc;
1726 return Actions.ActOnAsmStmt(AsmLoc, true, true, 0, 0, 0,
1765 SourceLocation AsmLoc = ConsumeToken(); local
1769 return ParseMicrosoftAsmStatement(AsmLoc);
1806 return Actions.ActOnAsmStmt(AsmLoc, /*isSimple*/ true, isVolatile,
1871 return Actions.ActOnAsmStmt(AsmLoc, false, isVolatile,
/external/clang/lib/AST/
H A DDecl.cpp2969 SourceLocation AsmLoc,
2971 return new (C) FileScopeAsmDecl(DC, Str, AsmLoc, RParenLoc);
2967 Create(ASTContext &C, DeclContext *DC, StringLiteral *Str, SourceLocation AsmLoc, SourceLocation RParenLoc) argument
/external/clang/include/clang/AST/
H A DStmt.h1364 SourceLocation AsmLoc, RParenLoc; member in class:clang::AsmStmt
1392 SourceLocation getAsmLoc() const { return AsmLoc; }
1393 void setAsmLoc(SourceLocation L) { AsmLoc = L; }
1558 return SourceRange(AsmLoc, RParenLoc);
/external/clang/lib/Sema/
H A DSemaStmt.cpp2165 StmtResult Sema::ActOnAsmStmt(SourceLocation AsmLoc, bool IsSimple, argument
2275 new (Context) AsmStmt(Context, AsmLoc, IsSimple, IsVolatile, MSAsm,
H A DTreeTransform.h1164 StmtResult RebuildAsmStmt(SourceLocation AsmLoc, argument
1176 return getSema().ActOnAsmStmt(AsmLoc, IsSimple, IsVolatile, NumOutputs,

Completed in 138 milliseconds