Searched refs:literalType (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/expat/lib/ |
| H A D | xmltok.h | 245 # define XmlLiteralTok(enc, literalType, ptr, end, nextTokPtr) \ argument 246 (((enc)->literalScanners[literalType])(enc, ptr, end, nextTokPtr))
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 7110 QualType literalType = GetTypeFromParser(Ty, &TInfo); in ActOnCompoundLiteral() local 7112 TInfo = Context.getTrivialTypeSourceInfo(literalType); in ActOnCompoundLiteral() 7120 QualType literalType = TInfo->getType(); in BuildCompoundLiteralExpr() local 7122 if (literalType->isArrayType()) { in BuildCompoundLiteralExpr() 7124 LParenLoc, Context.getBaseElementType(literalType), in BuildCompoundLiteralExpr() 7128 if (literalType->isVariableArrayType()) { in BuildCompoundLiteralExpr() 7150 if (!tryToFixVariablyModifiedVarType(TInfo, literalType, LParenLoc, in BuildCompoundLiteralExpr() 7154 } else if (!literalType->isDependentType() && in BuildCompoundLiteralExpr() 7155 RequireCompleteType(LParenLoc, literalType, in BuildCompoundLiteralExpr() 7168 &literalType); in BuildCompoundLiteralExpr() [all …]
|