Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h2645 llvm::PointerIntPair<TypeSourceInfo *, 1, bool> TInfoAndScope; variable
2656 LParenLoc(lparenloc), TInfoAndScope(tinfo, fileScope), Init(init) {} in CompoundLiteralExpr()
2666 bool isFileScope() const { return TInfoAndScope.getInt(); } in isFileScope()
2667 void setFileScope(bool FS) { TInfoAndScope.setInt(FS); } in setFileScope()
2673 return TInfoAndScope.getPointer(); in getTypeSourceInfo()
2676 TInfoAndScope.setPointer(tinfo); in setTypeSourceInfo()