reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/AST/ASTContext.cpp
 9698   if (TypeStr[0] == '\0') {
 9707   QualType ResType = DecodeTypeFromStr(TypeStr, *this, Error,
 9714   while (TypeStr[0] && TypeStr[0] != '.') {
 9714   while (TypeStr[0] && TypeStr[0] != '.') {
 9715     QualType Ty = DecodeTypeFromStr(TypeStr, *this, Error, RequiresICE, true);
 9734   assert((TypeStr[0] != '.' || TypeStr[1] == 0) &&
 9734   assert((TypeStr[0] != '.' || TypeStr[1] == 0) &&
 9737   bool Variadic = (TypeStr[0] == '.');