Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h3338 llvm::PointerIntPair<TypeSourceInfo *, 1, bool> TInfoAndScope; variable
3344 LParenLoc(lparenloc), TInfoAndScope(tinfo, fileScope), Init(init) { in CompoundLiteralExpr()
3356 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope()
3357 void setFileScope(bool FS) { TInfoAndScope.setInt(FS); } in setFileScope()
3363 return TInfoAndScope.getPointer(); in getTypeSourceInfo()
3366 TInfoAndScope.setPointer(tinfo); in setTypeSourceInfo()