Home
last modified time | relevance | path

Searched refs:TInfoAndScope (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h3414 llvm::PointerIntPair<TypeSourceInfo *, 1, bool> TInfoAndScope; variable
3420 LParenLoc(lparenloc), TInfoAndScope(tinfo, fileScope), Init(init) { in CompoundLiteralExpr()
3432 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope()
3433 void setFileScope(bool FS) { TInfoAndScope.setInt(FS); } in setFileScope()
3439 return TInfoAndScope.getPointer(); in getTypeSourceInfo()
3442 TInfoAndScope.setPointer(tinfo); in setTypeSourceInfo()