Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3405 llvm::PointerIntPair<TypeSourceInfo *, 1, bool> TInfoAndScope; variable
3411 LParenLoc(lparenloc), TInfoAndScope(tinfo, fileScope), Init(init) { in CompoundLiteralExpr()
3423 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope()
3424 void setFileScope(bool FS) { TInfoAndScope.setInt(FS); } in setFileScope()
3430 return TInfoAndScope.getPointer(); in getTypeSourceInfo()
3433 TInfoAndScope.setPointer(tinfo); in setTypeSourceInfo()