Searched refs:TPragma (Results 1 – 4 of 4) sorted by relevance
18 struct TPragma { struct20 TPragma() : optimize(true), debug(false) { } in TPragma() argument21 TPragma(bool o, bool d) : optimize(o), debug(d) { } in TPragma() function
32 const TPragma& pragma() const { return mPragma; } in pragma()51 TPragma mPragma;
152 const TPragma& pragma() const { return mDirectiveHandler.pragma(); } in pragma()
60 struct TPragma { struct61 TPragma(bool o, bool d) : optimize(o), debug(d) { } in TPragma() argument184 struct TPragma contextPragma;