Searched defs:Inline (Results 1 – 5 of 5) sorted by relevance
48 void JSInliner::Inline() { in Inline() function in v8::internal::compiler::JSInliner
1979 NamespaceDecl::NamespaceDecl(ASTContext &C, DeclContext *DC, bool Inline, in NamespaceDecl()1992 bool Inline, SourceLocation StartLoc, in Create()
224 Inline = 0x17, enumerator
3245 if (AlwaysInlineAttr *Inline = D->getAttr<AlwaysInlineAttr>()) { in mergeOptimizeNoneAttr() local3265 if (AlwaysInlineAttr *Inline = S.mergeAlwaysInlineAttr( in handleAlwaysInlineAttr() local
458 void setInline(bool Inline) { in setInline()