File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
clang/utils/ClangVisualizers Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -1000,8 +1000,15 @@ For later versions of Visual Studio, no setup is required-->
1000
1000
</Expand >
1001
1001
</Type >
1002
1002
<Type Name =" clang::Expr" >
1003
+ <DisplayString Condition =" StmtBits.sClass==clang::Stmt::StmtClass::StringLiteralClass" IncludeView =" poly" >{*(clang::StringLiteral *)this}</DisplayString >
1003
1004
<DisplayString >Expression of class {(clang::Stmt::StmtClass)StmtBits.sClass,en} and type {TR,view(cpp)}</DisplayString >
1004
1005
</Type >
1006
+ <Type Name =" clang::StringLiteral" >
1007
+ <Expand >
1008
+ <Item Name =" Length" >*(unsigned *)(((clang::StringLiteral *)this)+1)</Item >
1009
+ <Item Name =" Data" Condition =" StringLiteralBits.NumConcatenated==1" >(const char *)(((clang::StringLiteral *)this)+1)+4+4,[*(unsigned *)(((clang::StringLiteral *)this)+1)]s8</Item >
1010
+ </Expand >
1011
+ </Type >
1005
1012
<Type Name =" clang::DeclAccessPair" >
1006
1013
<DisplayString IncludeView =" access" Condition =" (Ptr& Mask) == clang::AS_public" >public</DisplayString >
1007
1014
<DisplayString IncludeView =" access" Condition =" (Ptr& Mask) == clang::AS_protected" >protected</DisplayString >
You can’t perform that action at this time.
0 commit comments