Searched refs:TInfoAndScope (Results 1 – 1 of 1) sorted by relevance
3535 llvm::PointerIntPair<TypeSourceInfo *, 1, bool> TInfoAndScope; variable3545 LParenLoc(lparenloc), TInfoAndScope(tinfo, fileScope), Init(init) { in CompoundLiteralExpr()3557 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope()3558 void setFileScope(bool FS) { TInfoAndScope.setInt(FS); } in setFileScope()3564 return TInfoAndScope.getPointer(); in getTypeSourceInfo()3567 TInfoAndScope.setPointer(tinfo); in setTypeSourceInfo()