Home
last modified time | relevance | path

Searched defs:Inline (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/AST/
DDeclCXX.cpp1995 NamespaceDecl::NamespaceDecl(ASTContext &C, DeclContext *DC, bool Inline, in NamespaceDecl()
2008 bool Inline, SourceLocation StartLoc, in Create()
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h227 Inline = 0x17, enumerator
/external/clang/lib/Sema/
DSemaDeclAttr.cpp3565 if (AlwaysInlineAttr *Inline = D->getAttr<AlwaysInlineAttr>()) { in mergeOptimizeNoneAttr() local
3589 if (AlwaysInlineAttr *Inline = S.mergeAlwaysInlineAttr( in handleAlwaysInlineAttr() local
/external/clang/include/clang/AST/
DDecl.h461 void setInline(bool Inline) { in setInline()