Searched refs:TInfoAndScope (Results 1 – 1 of 1) sorted by relevance
2571 llvm::PointerIntPair<TypeSourceInfo *, 1, bool> TInfoAndScope; variable2582 LParenLoc(lparenloc), TInfoAndScope(tinfo, fileScope), Init(init) {} in CompoundLiteralExpr()2592 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope()2593 void setFileScope(bool FS) { TInfoAndScope.setInt(FS); } in setFileScope()2599 return TInfoAndScope.getPointer(); in getTypeSourceInfo()2602 TInfoAndScope.setPointer(tinfo); in setTypeSourceInfo()